Skip to content

Commit

Permalink
deactivate TestZ3#testDiv5 and TestZ3#testDiv6
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Feb 28, 2025
1 parent 3c6072d commit 86064c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: cvc5 version
run: cvc5 --version


- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions key.core/src/test/java/de/uka/ilkd/key/smt/test/TestZ3.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import de.uka.ilkd.key.smt.solvertypes.SolverTypeImplementation;
import de.uka.ilkd.key.smt.solvertypes.SolverTypes;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -76,11 +77,13 @@ public void testDiv3() throws Exception {
}

@Test
@Disabled("weigl: due to performance issues")
public void testDiv5() throws Exception {
assertTrue(correctResult(testFile + "div5.key", false));
}

@Test
@Disabled("weigl: due to performance issues")
public void testDiv6() throws Exception {
assertTrue(correctResult(testFile + "div6.key", false));
}
Expand Down

0 comments on commit 86064c7

Please sign in to comment.