From 365abbccab24d647103199193c7eb64fc5d98264 Mon Sep 17 00:00:00 2001 From: swanderz Date: Mon, 8 Nov 2021 15:29:08 -0800 Subject: [PATCH] disable more tests --- integration_tests/dbt_utils/dbt_project.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/integration_tests/dbt_utils/dbt_project.yml b/integration_tests/dbt_utils/dbt_project.yml index 406c712..790db47 100644 --- a/integration_tests/dbt_utils/dbt_project.yml +++ b/integration_tests/dbt_utils/dbt_project.yml @@ -71,14 +71,18 @@ models: test_recency: *disabled test_equal_column_subset: *disabled test_equal_rowcount: *disabled + data_test_not_null_where: *disabled # intractable nested CTEs from # https://github.com/calogica/dbt-date/pull/30 dbt_date_integration_tests: dates: *disabled dim_week: *disabled dim_hour: *disabled -seeds: +tests: + dbt_utils_integration_tests: + jinja_helpers: *disabled +seeds: +quote_columns: false dbt_utils_integration_tests: schema_tests: