Skip to content

Commit c12d66e

Browse files
authored
CVC5: re-enable concurrency test for Windows. (#484)
This reverts f071868 .
1 parent 12a2883 commit c12d66e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/org/sosy_lab/java_smt/test/SolverContextTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import static com.google.common.truth.Truth.assertThat;
1212
import static com.google.common.truth.TruthJUnit.assume;
1313
import static org.junit.Assert.assertThrows;
14-
import static org.sosy_lab.java_smt.test.SolverContextFactoryTest.IS_WINDOWS;
1514

1615
import org.junit.Test;
1716
import org.sosy_lab.common.configuration.InvalidConfigurationException;
@@ -149,10 +148,6 @@ public void testCVC5WithValidOptions() throws InvalidConfigurationException {
149148
public void testCVC5WithValidOptionsTimeLimit()
150149
throws InvalidConfigurationException, InterruptedException {
151150
assume().that(solverToUse()).isEqualTo(Solvers.CVC5);
152-
assume()
153-
.withMessage("CVC5 has an issue with creating and closing a second context on Windows.")
154-
.that(IS_WINDOWS)
155-
.isFalse();
156151

157152
// tlimit-per is time limit in ms of wall clock time per query
158153
var configValid =

0 commit comments

Comments
 (0)