Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Aug 6, 2024
1 parent d152a36 commit 0f0c7a8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/test/java/fr/inria/astor/test/D4JWorkflowTestSingle.java
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,11 @@ public void testChart25JKali() throws Exception {
runComplete("Chart25", "", "jKali", TIMEOUTMIN);
}

@Test
public void testChart26JKali() throws Exception {
runComplete("Chart26", "", "jKali", TIMEOUTMIN);
}
// removed on August 24 by Martin, flaky
// @Test
// public void testChart26JKali() throws Exception {
// runComplete("Chart26", "", "jKali", TIMEOUTMIN);
// }

public static void runCompleteJGenProg(String bug_id, String mvn_option) throws Exception {

Expand Down Expand Up @@ -826,4 +827,4 @@ public void testSynthesisjKaliIssueMath78PatchNopol() throws Exception {

}

}
}

0 comments on commit 0f0c7a8

Please sign in to comment.