File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
key.core/src/test/java/de/uka/ilkd/key/smt/test Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 77import de .uka .ilkd .key .smt .solvertypes .SolverTypeImplementation ;
88import de .uka .ilkd .key .smt .solvertypes .SolverTypes ;
99
10+ import org .junit .jupiter .api .Disabled ;
1011import org .junit .jupiter .api .Test ;
1112import org .slf4j .Logger ;
1213import org .slf4j .LoggerFactory ;
@@ -75,12 +76,12 @@ public void testDiv3() throws Exception {
7576 assertTrue (correctResult (testFile + "div3.key" , true ));
7677 }
7778
78- @ Test
79+ @ Test @ Disabled ( "weigl: due to performance issues" )
7980 public void testDiv5 () throws Exception {
8081 assertTrue (correctResult (testFile + "div5.key" , false ));
8182 }
8283
83- @ Test
84+ @ Test @ Disabled ( "weigl: due to performance issues" )
8485 public void testDiv6 () throws Exception {
8586 assertTrue (correctResult (testFile + "div6.key" , false ));
8687 }
You can’t perform that action at this time.
0 commit comments