mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix kubemark default e2e test suite's name
This commit is contained in:
parent
6d5b2ef49e
commit
7802c82671
@ -33,7 +33,7 @@ export KUBECONFIG="${ABSOLUTE_ROOT}/test/kubemark/resources/kubeconfig.kubemark"
|
||||
export E2E_MIN_STARTUP_PODS=0
|
||||
|
||||
if [[ -z "$@" ]]; then
|
||||
ARGS='--ginkgo.focus=\[Feature:performance\]'
|
||||
ARGS='--ginkgo.focus=\[Feature:Performance\]'
|
||||
else
|
||||
ARGS=$@
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user