diff --git a/tests/system-test/fulltest-query.sh b/tests/system-test/fulltest-query.sh index c117e1f9154088f34aaa4f7b0c1be7e91b8d5572..4d7e6d9f86a9d2c2f870f401ab3a9908cf61723e 100755 --- a/tests/system-test/fulltest-query.sh +++ b/tests/system-test/fulltest-query.sh @@ -1,4 +1,5 @@ -python3 ./test.py -f 2-query/ts_hidden_column.py -python3 ./test.py -f 2-query/union-order.py -python3 ./test.py -f 2-query/TD-12165.py -python3 ./test.py -f 2-query/TD-12145.py \ No newline at end of file +python3 ./test.py -f 2-query/TD-11256.py +# python3 ./test.py -f 2-query/TD-11389.py +python3 ./test.py -f 2-query/TD-11945_crash.py +python3 ./test.py -f 2-query/TD-12340-12342.py +python3 ./test.py -f 2-query/TD-12204.py