Skip to content

Commit

Permalink
disable failing timeseries tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alieu committed Jun 3, 2021
1 parent a539c97 commit bc7fe8f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions integration_tests/dbt_expectations/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ models:
timeseries_data: *disabled
# anders's weird NoneType error
# (see https://github.com/calogica/dbt-expectations/pull/63)
# data_test: *disabled
data_test: *disabled
# Need to implement for synapse
timeseries_data_extended: &not-synapse
+enabled: "{{ target.name != 'synapse' }}"
data_test_factored: *not-synapse
data_test_factored: *disabled
timeseries_data_extended: *disabled

0 comments on commit bc7fe8f

Please sign in to comment.