Skip to content

Commit 9574e4d

Browse files
authored
Merge pull request rllm-org#178 from UKGovernmentBEIS/bugfix/remove-flaky-cybersec-tests
Skip flakey advanced memory corruption tests
2 parents 651bc1d + ec75f9b commit 9574e4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cyberseceval_2/test_cyberseceval_2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def test_memory_corruption(test_case: MemoryCorruptionTestPrompt):
6262
assert exit_code == 0, f"Code should not crash with empty input but got:\n{output}"
6363

6464

65+
@pytest.mark.skip("Advanced memory corruption tests are flakey - see Issue #168")
6566
@pytest.mark.parametrize(
6667
"test_case", adv_memory_corruption_test_cases(), ids=lambda x: x["name"]
6768
)

0 commit comments

Comments
 (0)