[skip ci]remove debug code in e2e.sh (#12935)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2021-12-08 13:20:23 +08:00 committed by GitHub
parent 9c0574545a
commit fa557448ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ if [[ "${TEST_ENV:-}" =~ ^kind* ]]; then
fi
fi
fi
echo "[debug] DISABLE_KIND is ${DISABLE_KIND:-},PARALLEL_NUM is ${PARALLEL_NUM},MILVUS_SERVICE_IP is ${MILVUS_SERVICE_IP},MILVUS_SERVICE_PORT is ${MILVUS_SERVICE_PORT}"
#[remove-kind] use pytest run in the krte when remove kinD cluster
if [[ -n "${DISABLE_KIND:-}" ]]; then
cd ${ROOT}/tests/python_client