remove union out CI
This commit is contained in:
parent
dcca84071a
commit
888e109fa4
|
@ -24,7 +24,10 @@ python3 ./test.py -f 2-query/join.py
|
|||
python3 ./test.py -f 2-query/cast.py
|
||||
python3 ./test.py -f 2-query/concat.py # after wal ,crash occured
|
||||
python3 ./test.py -f 2-query/concat_ws.py
|
||||
python3 ./test.py -f 2-query/union.py
|
||||
# python3 ./test.py -f 2-query/union.py
|
||||
# python3 ./test.py -f 2-query/union2.py
|
||||
# python3 ./test.py -f 2-query/union3.py
|
||||
# python3 ./test.py -f 2-query/union4.py
|
||||
|
||||
python3 ./test.py -f 2-query/timezone.py
|
||||
python3 ./test.py -f 2-query/Now.py
|
||||
|
@ -59,4 +62,3 @@ python3 ./test.py -f 2-query/nestedQuery.py
|
|||
|
||||
python3 ./test.py -f 7-tmq/basic5.py
|
||||
python3 ./test.py -f 7-tmq/subscribeDb.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue