Merge pull request #18922 from taosdata/test/TD-21181
test: remove compatibility test from coverage test
This commit is contained in:
commit
4896892876
|
@ -122,6 +122,9 @@ function runSimCases() {
|
||||||
|
|
||||||
function runPythonCases() {
|
function runPythonCases() {
|
||||||
echo "=== Run python cases ==="
|
echo "=== Run python cases ==="
|
||||||
|
|
||||||
|
cd $TDENGINE_DIR/tests/parallel_test
|
||||||
|
sed -i '/compatibility.py/d' cases.task
|
||||||
|
|
||||||
cd $TDENGINE_DIR/tests/system-test
|
cd $TDENGINE_DIR/tests/system-test
|
||||||
runCasesOneByOne ../parallel_test/cases.task system-test
|
runCasesOneByOne ../parallel_test/cases.task system-test
|
||||||
|
|
Loading…
Reference in New Issue