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