Skip to content

Commit af6d1e5

Browse files
committed
Remove larger problems from tests due to memory limitations on CI
1 parent 4866a09 commit af6d1e5

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

key.core/src/test/java/de/uka/ilkd/key/proof/runallproofs/ProofCollections.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,14 @@ public static ProofCollection automaticJavaDL() throws IOException {
178178
.provable("performance-test/updateSimplification/straightline_4000.key");
179179
updateSimplificationPerformance
180180
.provable("performance-test/updateSimplification/straightline_8000.key");
181-
updateSimplificationPerformance
182-
.provable("performance-test/updateSimplification/straightline_10000.key");
181+
// switched off due to memory problems in the CI
182+
// updateSimplificationPerformance
183+
// .provable("performance-test/updateSimplification/straightline_10000.key");
183184
updateSimplificationPerformance
184185
.provable("performance-test/updateSimplification/loop_2000.key");
185-
updateSimplificationPerformance
186-
.provable("performance-test/updateSimplification/loop_5000.key");
186+
// switched off due to memory problems in the CI
187+
// updateSimplificationPerformance
188+
// .provable("performance-test/updateSimplification/loop_5000.key");
187189

188190

189191
// Tests for rule application restrictions

0 commit comments

Comments
 (0)