Skip to content

Commit 64595c1

Browse files
author
Owen Jones
committed
Disable check that WebGoat passes stage 3
This is a workaround for a bug. SEC-605 is the ticket for fixing it.
1 parent 5924796 commit 64595c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

regression/genuine_benchmarks/test_genuine_benchmarks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ def test_webgoat(tmpdir):
7575

7676
expectation.check_stage_1(succeeded=True)
7777
expectation.check_stage_2(succeeded=True)
78-
expectation.check_stage_3(succeeded=True)
78+
# SEC-605 Get WebGoat stage 3 working again
79+
# expectation.check_stage_3(succeeded=True)
7980
expectation.check_timed_out(timed_out=False)

0 commit comments

Comments
 (0)