[skip ci] Remove not used code from e2e-k8s.sh (#12748)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/12772/head
Jenny Li 2021-12-06 10:21:35 +08:00 committed by GitHub
parent 7d723abdff
commit cad5466a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -341,12 +341,6 @@ if [[ -z "${SKIP_INSTALL:-}" ]]; then
fi
if [[ -z "${SKIP_TEST:-}" ]]; then
# Prepare e2e test,install pytest requirements
if [[ -n "${DISABLE_KIND:-}" ]]; then
trace "prepare e2e test" install_pytest_requirements
else
trace "prepare e2e test" "${ROOT}/tests/scripts/prepare_e2e.sh"
fi
if [[ -n "${TEST_TIMEOUT:-}" ]]; then
if [[ -n "${DISABLE_KIND:-}" ]]; then