Skip to content

Commit

Permalink
removed outdated lib repos (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Aug 6, 2024
1 parent 07e0629 commit 99fd79f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,6 @@
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots />
</repository>
<repository>
<id>inria</id>
<url>http://spoon.gforge.inria.fr/repositories/releases/</url>
</repository>
<repository>
<id>spoon-snapshot</id>
<name>maven repository for spoon snapshots</name>
<url>https://repository.ow2.org/nexus/content/repositories/snapshots/</url>
<snapshots />
</repository>
<repository>
<id>EvoSuite</id>
<name>EvoSuite Repository</name>
Expand All @@ -196,12 +186,6 @@
<url>https://tdurieux.github.io/maven-repository/snapshots/</url>
</repository>

<repository>
<id>maven.inria.fr-snapshot</id>
<name>Maven Repository for Spoon Artifac Snapshot</name>
<url>http://maven.inria.fr/artifactory/spoon-public-snapshot/</url>
<snapshots />
</repository>
</repositories>

<build>
Expand Down
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 99fd79f

Please sign in to comment.