From 0682ae152edab5579834770ef6d1b777710b2aa6 Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Tue, 12 Oct 2021 10:44:05 +0800 Subject: [PATCH] [ci skip] disable twoClients.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 bb973d2602..ba4f2b134d 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -309,7 +309,7 @@ python3 testNoCompress.py python3 testMinTablesPerVnode.py python3 queryCount.py python3 ./test.py -f query/queryGroupbyWithInterval.py -python3 client/twoClients.py +#python3 client/twoClients.py python3 test.py -f query/queryInterval.py python3 test.py -f query/queryFillTest.py # subscribe -- GitLab