Skip to content

Commit

Permalink
Disable data_test_mutually_exclusive_ranges_with_gaps(_zero_length) i…
Browse files Browse the repository at this point in the history
…ntegration tests (blocked on materialize #15863)
  • Loading branch information
morsapaes committed Nov 23, 2022
1 parent c685d5f commit 30beefb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions integration_tests/dbt_utils/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,15 @@ models:
# Tested by test_recency_override.
test_recency:
+enabled: false

seeds:
dbt_utils_integration_tests:
sql:
data_get_column_values_dropped:
+enabled: false
schema_tests:
# TODO(morsapaes): Enable once materialize #15863 lands
data_test_mutually_exclusive_ranges_with_gaps:
+enabled: false
data_test_mutually_exclusive_ranges_with_gaps_zero_length:
+enabled: false

0 comments on commit 30beefb

Please sign in to comment.