From 4c1e47fa3864b6aa8f6e18bfa42ffb3fae1b05a4 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 8 Nov 2021 13:57:11 +0800 Subject: [PATCH] [skip ci] Remove unused code (#11415) Signed-off-by: Binbin Lv --- tests/scripts/e2e.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/scripts/e2e.sh b/tests/scripts/e2e.sh index 35c8d8478e..c9a7bd81a7 100755 --- a/tests/scripts/e2e.sh +++ b/tests/scripts/e2e.sh @@ -69,10 +69,6 @@ pushd "${ROOT}/tests/docker" export MILVUS_PYTEST_WORKSPACE="/milvus/tests/python_client" docker-compose run --rm pytest /bin/bash -c "pytest -n ${PARALLEL_NUM} --host ${MILVUS_SERVICE_IP} --port ${MILVUS_SERVICE_PORT} \ --html=\${CI_LOG_PATH}/report.html --self-contained-html ${@:-}" -# elif [[ "${MILVUS_CLIENT}" == "pymilvus-orm" ]]; then -# export MILVUS_PYTEST_WORKSPACE="/milvus/tests20/python_client" -# docker-compose run --rm pytest /bin/bash -c "pytest -n ${PARALLEL_NUM} --host ${MILVUS_SERVICE_IP} --port ${MILVUS_SERVICE_PORT} \ -# --html=\${CI_LOG_PATH}/report.html --self-contained-html ${@:-}" fi fi popd