Skip to content

Commit

Permalink
commented out non-relevant tests (#13940)
Browse files Browse the repository at this point in the history
  • Loading branch information
bazarnov authored Jun 20, 2022
1 parent 30c5d2d commit efa6042
Showing 1 changed file with 21 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ tests:
spec:
- spec_path: "integration_tests/spec.json"
connection:
- config_path: "secrets/config.json"
status: "succeed"
# THIS TEST IS COMMENTED OUT BECAUSE OF
# https://advertising.amazon.com/API/docs/en-us/info/release-notes#sandbox-deprecation-on-june-28-2022
# - config_path: "secrets/config.json"
# status: "succeed"
- config_path: "secrets/config_test_account.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
discovery:
- config_path: "secrets/config.json"
# THIS TEST IS COMMENTED OUT BECAUSE OF LOST ACCESS TO SANDBOX
# - config_path: "secrets/config.json"
- config_path: "secrets/config_test_account.json"
basic_read:
- config_path: "secrets/config_test_account.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
Expand All @@ -23,17 +27,21 @@ tests:
exact_order: no
extra_records: no
timeout_seconds: 900
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog_sponsored_display.json"
empty_streams: ["sponsored_display_targetings"]
expect_records:
path: "integration_tests/expected_records_sponsored_display.txt"
extra_fields: no
exact_order: no
extra_records: no
# THIS TEST IS COMMENTED OUT BECAUSE OF
# https://advertising.amazon.com/API/docs/en-us/info/release-notes#sandbox-deprecation-on-june-28-2022
# - config_path: "secrets/config.json"
# configured_catalog_path: "integration_tests/configured_catalog_sponsored_display.json"
# empty_streams: ["sponsored_display_targetings"]
# expect_records:
# path: "integration_tests/expected_records_sponsored_display.txt"
# extra_fields: no
# exact_order: no
# extra_records: no
full_refresh:
- config_path: "secrets/config_test_account.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
timeout_seconds: 1800
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog_sponsored_display.json"
# THIS TEST IS COMMENTED OUT BECAUSE OF
# https://advertising.amazon.com/API/docs/en-us/info/release-notes#sandbox-deprecation-on-june-28-2022
# - config_path: "secrets/config.json"
# configured_catalog_path: "integration_tests/configured_catalog_sponsored_display.json"

0 comments on commit efa6042

Please sign in to comment.