From 1c07356949017367e44ebdee4940c82427bbe8f3 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Fri, 10 Dec 2021 10:42:14 +0800 Subject: [PATCH] [skip ci] Remove not used comment (#13136) Signed-off-by: Jenny Li --- tests/scripts/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/e2e.sh b/tests/scripts/e2e.sh index e1ba2632e8..2ad478d361 100755 --- a/tests/scripts/e2e.sh +++ b/tests/scripts/e2e.sh @@ -63,7 +63,7 @@ if [[ "${TEST_ENV:-}" =~ ^kind* ]]; then fi fi -#[remove-kind] use pytest run in the krte when remove kinD cluster + if [[ -n "${DISABLE_KIND:-}" ]]; then cd ${ROOT}/tests/python_client python3 -V