We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcc7f9 commit a9589ecCopy full SHA for a9589ec
src/org/sosy_lab/java_smt/test/InterpolatingProverTest.java
@@ -421,11 +421,6 @@ public <T> void sequentialInterpolationWithFewPartitions()
421
public <T> void sequentialBVInterpolation() throws SolverException, InterruptedException {
422
requireBitvectors();
423
424
- assume()
425
- .withMessage("Solver %s runs into timeout on this test", solverToUse())
426
- .that(solverToUse())
427
- .isNotEqualTo(Solvers.CVC5);
428
-
429
InterpolatingProverEnvironment<T> stack = newEnvironmentForTest();
430
431
int i = index.getFreshId();
0 commit comments