From 52a68c6fc1cc0588d302b6b0b5772d4bd5b4ca5f Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 6 Jan 2022 09:53:15 +0800 Subject: [PATCH] [TD-12730]remove sys.py --- tests/pytest/fulltest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 1bf6b4f2f1..1a652cec69 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -285,7 +285,7 @@ python3 ./test.py -f stream/stream1.py python3 ./test.py -f stream/stream2.py #python3 ./test.py -f stream/parser.py python3 ./test.py -f stream/history.py -python3 ./test.py -f stream/sys.py +#python3 ./test.py -f stream/sys.py python3 ./test.py -f stream/table_1.py python3 ./test.py -f stream/table_n.py python3 ./test.py -f stream/showStreamExecTimeisNull.py -- GitLab