diff --git a/tests/pytest/smoketest.sh b/tests/pytest/smoketest.sh index 57a9a67936..37a68baecf 100755 --- a/tests/pytest/smoketest.sh +++ b/tests/pytest/smoketest.sh @@ -56,10 +56,4 @@ python3 ./test.py $1 -s && sleep 1 #query python3 ./test.py $1 -f query/filter.py python3 ./test.py $1 -s && sleep 1 -python3 ./test.py $1 -f query/filterCombo.py -python3 ./test.py $1 -s && sleep 1 -python3 ./test.py $1 -f query/queryNormal.py -python3 ./test.py $1 -s && sleep 1 -python3 ./test.py $1 -f query/queryError.py -python3 ./test.py $1 -s && sleep 1