Skip to content

Commit 23b11b7

Browse files
committed
it's a seed not a test
1 parent 73b014a commit 23b11b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/dbt_utils/dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ models:
7070
test_recency: *disabled
7171
test_equal_column_subset: *disabled
7272
test_equal_rowcount: *disabled
73-
data_test_not_null_where: *disabled
7473
# intractable nested CTEs from
7574
# https://github.com/calogica/dbt-date/pull/30
7675
dbt_date_integration_tests:
@@ -106,6 +105,7 @@ seeds:
106105
data_test_not_accepted_values: *disabled
107106
data_test_expression_is_true: *disabled
108107
data_test_at_least_one: *disabled
108+
data_test_not_null_where: *disabled
109109
cross_db:
110110
data_date_trunc:
111111
+column_types:

0 commit comments

Comments
 (0)