[skip ci] Remove unused code (#11415)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-11-08 13:57:11 +08:00 committed by GitHub
parent 8cfc06d8e4
commit 4c1e47fa38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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