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.
2 parents 651bc1d + ec75f9b commit 9574e4dCopy full SHA for 9574e4d
tests/cyberseceval_2/test_cyberseceval_2.py
@@ -62,6 +62,7 @@ def test_memory_corruption(test_case: MemoryCorruptionTestPrompt):
62
assert exit_code == 0, f"Code should not crash with empty input but got:\n{output}"
63
64
65
+@pytest.mark.skip("Advanced memory corruption tests are flakey - see Issue #168")
66
@pytest.mark.parametrize(
67
"test_case", adv_memory_corruption_test_cases(), ids=lambda x: x["name"]
68
)
0 commit comments