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 ef638ae commit e3b7221Copy full SHA for e3b7221
regression/end_to_end/taint_over_list_models/test_taint_over_list_models.py
@@ -7,9 +7,6 @@
7
import regression.utils as utils
8
9
10
-# This test also crashes with the full-slicer on
11
-@pytest.mark.xfail("SECURITY_REGRESSION_TESTS_USE_CSVSA" in os.environ,
12
- strict=True, reason="Zero traces found with CSVSA")
13
@fasteners.interprocess_locked(os.path.join(os.path.dirname(__file__), ".build_lock"))
14
def test_taint_over_list_models():
15
with utils.working_dir(os.path.abspath(os.path.dirname(__file__))):
0 commit comments