Skip to content

Commit

Permalink
Update run_e2e_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Maayan-s authored Sep 22, 2022
1 parent 696cc56 commit 7adc3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/run_e2e_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def e2e_tests(target, test_types, clear_tests) -> List[TestResult]:
print_test_results(results)
test_results.extend(results)

if 'schema' in test_types and target != 'databricks':
if 'schema' in test_types and target not in ['databricks','spark']:
dbt_runner.seed(select='schema_changes_data')
dbt_runner.test(select='tag:schema_changes')
dbt_runner.seed(select='schema_changes_validation')
Expand Down

0 comments on commit 7adc3d5

Please sign in to comment.