From 154fd251465b6feecd26dd10f472ef4d24f8d3d6 Mon Sep 17 00:00:00 2001 From: Roman Yermilov Date: Thu, 28 Dec 2023 18:19:06 +0100 Subject: [PATCH] disable spec test for verison 3.4.3 --- .../connectors/source-amazon-ads/acceptance-test-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte-integrations/connectors/source-amazon-ads/acceptance-test-config.yml b/airbyte-integrations/connectors/source-amazon-ads/acceptance-test-config.yml index 6c89363b6ee0..e3eb72c4b986 100644 --- a/airbyte-integrations/connectors/source-amazon-ads/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-amazon-ads/acceptance-test-config.yml @@ -52,7 +52,7 @@ acceptance_tests: tests: - config_path: secrets/config.json backward_compatibility_tests_config: - disable_for_version: 2.3.1 + disable_for_version: 3.4.3 full_refresh: tests: - config_path: secrets/config.json @@ -64,6 +64,6 @@ acceptance_tests: tests: - spec_path: integration_tests/spec.json backward_compatibility_tests_config: - disable_for_version: "3.2.0" + disable_for_version: 3.4.3 connector_image: airbyte/source-amazon-ads:dev test_strictness_level: high