From 80a17470114d7311fff438404e0970fd19b41deb Mon Sep 17 00:00:00 2001 From: Sergey Chvalyuk Date: Thu, 29 Dec 2022 07:51:32 +0000 Subject: [PATCH] simplify acceptance-test-config.yml Signed-off-by: Sergey Chvalyuk --- .../acceptance-test-config.yml | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/airbyte-integrations/connectors/source-salesforce/acceptance-test-config.yml b/airbyte-integrations/connectors/source-salesforce/acceptance-test-config.yml index 9494904b2b76..e13720104503 100644 --- a/airbyte-integrations/connectors/source-salesforce/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-salesforce/acceptance-test-config.yml @@ -1,43 +1,7 @@ # See [Source Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/source-acceptance-tests-reference) # for more information about how to configure these tests connector_image: airbyte/source-salesforce:dev -test_strictness_level: high acceptance_tests: spec: tests: - spec_path: "source_salesforce/spec.yaml" - connection: - tests: - - config_path: "secrets/config.json" - status: "succeed" - - config_path: "secrets/config_sandbox.json" - status: "succeed" - - config_path: "integration_tests/invalid_config.json" - status: "failed" - discovery: - tests: - - config_path: "secrets/config.json" - basic_read: - tests: - - config_path: "secrets/config.json" - expect_records: - path: "integration_tests/expected_records.txt" - empty_streams: - - name: "ActiveScratchOrg" - bypass_reason: "impossible to fill the stream with data because it is an organic traffic" - - name: "ActiveScratchOrgFeed" - bypass_reason: "impossible to fill the stream with data because it is an organic traffic" - - name: "ActiveScratchOrgHistory" - bypass_reason: "impossible to fill the stream with data because it is an organic traffic" - - name: "ActiveScratchOrgShare" - bypass_reason: "impossible to fill the stream with data because it is an organic traffic" - incremental: - tests: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/incremental_catalog.json" - future_state: - future_state_path: "integration_tests/future_state.json" - full_refresh: - tests: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/configured_catalog.json"