Skip to content

Commit e3b7221

Browse files
author
Owen Jones
committed
Remove xfail from taint_over_list_models with CSVSA
It now works, for reasons I don't understand.
1 parent ef638ae commit e3b7221

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

regression/end_to_end/taint_over_list_models/test_taint_over_list_models.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
import regression.utils as utils
88

99

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")
1310
@fasteners.interprocess_locked(os.path.join(os.path.dirname(__file__), ".build_lock"))
1411
def test_taint_over_list_models():
1512
with utils.working_dir(os.path.abspath(os.path.dirname(__file__))):

0 commit comments

Comments
 (0)