Skip to content

Commit 99fd79f

Browse files
authoredAug 6, 2024··
removed outdated lib repos (#374)
1 parent 07e0629 commit 99fd79f

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed
 

‎pom.xml

-16
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,6 @@
167167
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
168168
<snapshots />
169169
</repository>
170-
<repository>
171-
<id>inria</id>
172-
<url>http://spoon.gforge.inria.fr/repositories/releases/</url>
173-
</repository>
174-
<repository>
175-
<id>spoon-snapshot</id>
176-
<name>maven repository for spoon snapshots</name>
177-
<url>https://repository.ow2.org/nexus/content/repositories/snapshots/</url>
178-
<snapshots />
179-
</repository>
180170
<repository>
181171
<id>EvoSuite</id>
182172
<name>EvoSuite Repository</name>
@@ -196,12 +186,6 @@
196186
<url>https://tdurieux.github.io/maven-repository/snapshots/</url>
197187
</repository>
198188

199-
<repository>
200-
<id>maven.inria.fr-snapshot</id>
201-
<name>Maven Repository for Spoon Artifac Snapshot</name>
202-
<url>http://maven.inria.fr/artifactory/spoon-public-snapshot/</url>
203-
<snapshots />
204-
</repository>
205189
</repositories>
206190

207191
<build>

‎src/test/java/fr/inria/astor/test/D4JWorkflowTestSingle.java

+6-5
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,11 @@ public void testChart25JKali() throws Exception {
481481
runComplete("Chart25", "", "jKali", TIMEOUTMIN);
482482
}
483483

484-
@Test
485-
public void testChart26JKali() throws Exception {
486-
runComplete("Chart26", "", "jKali", TIMEOUTMIN);
487-
}
484+
// removed on August 24 by Martin, flaky
485+
// @Test
486+
// public void testChart26JKali() throws Exception {
487+
// runComplete("Chart26", "", "jKali", TIMEOUTMIN);
488+
// }
488489

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

@@ -826,4 +827,4 @@ public void testSynthesisjKaliIssueMath78PatchNopol() throws Exception {
826827

827828
}
828829

829-
}
830+
}

0 commit comments

Comments
 (0)
Please sign in to comment.