Skip to content

Commit 94d1078

Browse files
committed
Disable rule remainder-related integration tests
1 parent 2e5ecd5 commit 94d1078

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/booster-integration-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ for dir in $(ls -d test-*); do
2828
name=${dir##test-}
2929
echo "Running $name..."
3030
case "$name" in
31+
"3934-smt" | "issue3764-vacuous-branch" | "use-path-condition-in-equations" | "remainder-predicates")
32+
continue
33+
;;
3134
"a-to-f" | "diamond")
3235
SERVER=$BOOSTER_DEV ./runDirectoryTest.sh test-$name $@
3336
SERVER=$KORE_RPC_DEV ./runDirectoryTest.sh test-$name $@

0 commit comments

Comments
 (0)