File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/org/sosy_lab/java_smt/test Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1111import static com .google .common .truth .Truth .assertThat ;
1212import static com .google .common .truth .TruthJUnit .assume ;
1313import static org .junit .Assert .assertThrows ;
14- import static org .sosy_lab .java_smt .test .SolverContextFactoryTest .IS_WINDOWS ;
1514
1615import org .junit .Test ;
1716import 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 =
You can’t perform that action at this time.
0 commit comments