There are no more Feature:Performance tests any longer, removing the fallback option

This commit is contained in:
Sergey Kanzhelev 2021-11-10 00:04:48 +00:00
parent b27c41f66d
commit b0c73f5f77

View File

@ -31,11 +31,7 @@ export KUBE_MASTER_URL="https://${KUBE_MASTER_IP}"
export KUBECONFIG="${ABSOLUTE_ROOT}/test/kubemark/resources/kubeconfig.kubemark"
export E2E_MIN_STARTUP_PODS=0
if [[ -z "$*" ]]; then
ARGS=('--ginkgo.focus=[Feature:Performance]')
else
ARGS=("$@")
fi
ARGS=("$@")
if [[ "${ENABLE_KUBEMARK_CLUSTER_AUTOSCALER}" == "true" ]]; then
ARGS+=("--kubemark-external-kubeconfig=${DEFAULT_KUBECONFIG}")