[skip e2e]Remove unused code (#14879)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/14884/head
zhuwenxing 2022-01-05 20:05:26 +08:00 committed by GitHub
parent 7b28f83e80
commit 252828fe56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -73,9 +73,8 @@ else
fi
pytest -s -v ../testcases/test_e2e.py --host "$host" --log-cli-level=INFO --capture=no
python scripts/hello_milvus.py --host "$host"
# chaos test
export ENABLE_TRACEBACK=False
# chaos test
if [ "$chaos_task" == "chaos-test" ];
then
pytest -s -v test_chaos.py --host "$host" --log-cli-level=INFO --capture=no || echo "chaos test fail"