Skip to content

Commit

Permalink
changed default seed for failing E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed May 10, 2024
1 parent 936604f commit e23ab79
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -27,6 +27,9 @@ public static void initClass() throws Exception {

@Test
public void testRunEM() throws Throwable {

defaultSeed = 123;

runTestHandlingFlakyAndCompilation(
"HypermutationEM",
"org.bar.HypermutationEM",
Expand Down

0 comments on commit e23ab79

Please sign in to comment.