Skip to content

Commit fee0fc9

Browse files
committed
deactivate TestZ3#testDiv5 and TestZ3#testDiv6
1 parent 7169f27 commit fee0fc9

File tree

1 file changed

+3
-2
lines changed
  • key.core/src/test/java/de/uka/ilkd/key/smt/test

1 file changed

+3
-2
lines changed

key.core/src/test/java/de/uka/ilkd/key/smt/test/TestZ3.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import de.uka.ilkd.key.smt.solvertypes.SolverTypeImplementation;
88
import de.uka.ilkd.key.smt.solvertypes.SolverTypes;
99

10+
import org.junit.jupiter.api.Disabled;
1011
import org.junit.jupiter.api.Test;
1112
import org.slf4j.Logger;
1213
import 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
}

0 commit comments

Comments
 (0)