File tree Expand file tree Collapse file tree
key.core/src/test/java/de/uka/ilkd/key/proof/runallproofs Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments