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 7349ce3 commit 2c3f0ceCopy full SHA for 2c3f0ce
tests/zenguard_e2e_test.py
@@ -88,7 +88,7 @@ def test_detect_in_parallel_error_no_detectors(zenguard):
88
response = zenguard.detect([], prompt)
89
90
91
-def test_detect_in_parallel_pass_on_detectors(zenguard):
+def IGNORE_test_detect_in_parallel_pass_on_detectors(zenguard):
92
detectors = [Detector.SECRETS, Detector.BANNED_TOPICS]
93
94
prompt = "Simple in parallel test"
0 commit comments