We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5ecd5 commit 94d1078Copy full SHA for 94d1078
scripts/booster-integration-tests.sh
@@ -28,6 +28,9 @@ for dir in $(ls -d test-*); do
28
name=${dir##test-}
29
echo "Running $name..."
30
case "$name" in
31
+ "3934-smt" | "issue3764-vacuous-branch" | "use-path-condition-in-equations" | "remainder-predicates")
32
+ continue
33
+ ;;
34
"a-to-f" | "diamond")
35
SERVER=$BOOSTER_DEV ./runDirectoryTest.sh test-$name $@
36
SERVER=$KORE_RPC_DEV ./runDirectoryTest.sh test-$name $@
0 commit comments