Skip to content

Commit 2b7b27f

Browse files
committed
disable test on clickouse
1 parent d63ba3a commit 2b7b27f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_tests/tests/test_sampling_pii.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def test_sampling_pii_disabled_with_default_config(test_id: str, dbt_project: Db
8080
assert len(samples) == 0
8181

8282

83+
@pytest.mark.skip_targets(["clickhouse"])
8384
def test_sampling_pii_enabled_with_default_config(test_id: str, dbt_project: DbtProject):
8485
"""Test that PII-tagged tables don't upload samples even when tests fail"""
8586
null_count = 50

0 commit comments

Comments
 (0)