You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-tests/e2e-tests/spring/spring-rest-bb/src/test/kotlin/org/evomaster/e2etests/spring/rest/bb/flakinessdetect/FlakinessDetectBBEMTest.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,12 @@ class FlakinessDetectBBEMTest : SpringTestBase() {
Copy file name to clipboardExpand all lines: core-tests/e2e-tests/spring/spring-rest-openapi-v3/src/main/kotlin/com/foo/rest/examples/spring/openapi/v3/flakinessdetect/FlakinessDetectRest.kt
Copy file name to clipboardExpand all lines: core-tests/e2e-tests/spring/spring-rest-openapi-v3/src/test/kotlin/org/evomaster/e2etests/spring/openapi/v3/flakinessdetect/FlakinessDetectBlackboxEMTest.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ class FlakinessDetectBlackboxEMTest : SpringTestBase() {
36
36
37
37
38
38
setOption(args, "handleFlakiness", "true")
39
+
setOption(args, "execNumForDetectFlakiness", "1")
39
40
40
41
// we may still need to specify info in non bb-e2etest
41
42
setOption(args, "blackBox", "true")
@@ -52,4 +53,4 @@ class FlakinessDetectBlackboxEMTest : SpringTestBase() {
Copy file name to clipboardExpand all lines: core-tests/e2e-tests/spring/spring-rest-openapi-v3/src/test/kotlin/org/evomaster/e2etests/spring/openapi/v3/flakinessdetect/FlakinessDetectEMTest.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ class FlakinessDetectEMTest : SpringTestBase() {
0 commit comments