Skip to content

Commit

Permalink
disable DATs in normalization test (#14679)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao authored Jul 13, 2022
1 parent 612ade9 commit b85ad24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions airbyte-integrations/bases/base-normalization/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ task("customIntegrationTestPython", type: PythonTask, dependsOn: installTestReqs
// so we want to run these in addition to the base-normalization integration tests.
// If you add more items here, make sure to also to have CI fetch their credentials.
// See git history for an example.
integrationTest.dependsOn(":airbyte-integrations:connectors:destination-bigquery:integrationTest")
integrationTest.dependsOn(":airbyte-integrations:connectors:destination-postgres:integrationTest")
integrationTest.dependsOn(":airbyte-integrations:connectors:destination-snowflake:integrationTest")
// TODO reenable these - they're causing flakiness in our test results, need to figure that out
// integrationTest.dependsOn(":airbyte-integrations:connectors:destination-bigquery:integrationTest")
// integrationTest.dependsOn(":airbyte-integrations:connectors:destination-postgres:integrationTest")
// integrationTest.dependsOn(":airbyte-integrations:connectors:destination-snowflake:integrationTest")

integrationTest.dependsOn("customIntegrationTestPython")
customIntegrationTests.dependsOn("customIntegrationTestPython")
Expand Down

0 comments on commit b85ad24

Please sign in to comment.