We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63ba3a commit 2b7b27fCopy full SHA for 2b7b27f
integration_tests/tests/test_sampling_pii.py
@@ -80,6 +80,7 @@ def test_sampling_pii_disabled_with_default_config(test_id: str, dbt_project: Db
80
assert len(samples) == 0
81
82
83
+@pytest.mark.skip_targets(["clickhouse"])
84
def test_sampling_pii_enabled_with_default_config(test_id: str, dbt_project: DbtProject):
85
"""Test that PII-tagged tables don't upload samples even when tests fail"""
86
null_count = 50
0 commit comments