From 8634ae16a121dfc8cf1723f0c11cbfca417e6a3a Mon Sep 17 00:00:00 2001 From: Yossi Mesika Date: Tue, 12 Mar 2019 11:40:52 +0200 Subject: [PATCH] Temporarily run the new mc test instead of old one --- prow/istio-pilot-multicluster-e2e.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prow/istio-pilot-multicluster-e2e.sh b/prow/istio-pilot-multicluster-e2e.sh index c2b824f4cca2..843a67a0d767 100755 --- a/prow/istio-pilot-multicluster-e2e.sh +++ b/prow/istio-pilot-multicluster-e2e.sh @@ -23,4 +23,5 @@ CLUSTERREG_DIR="${CLUSTERREG_DIR:-$(mktemp -d /tmp/clusterregXXX)}" export CLUSTERREG_DIR #echo 'Running pilot multi-cluster e2e tests (v1alpha1, noauth)' -./prow/e2e-suite.sh --timeout 50 --cluster_registry_dir="$CLUSTERREG_DIR" --single_test e2e_pilotv2_v1alpha3 "$@" +#./prow/e2e-suite.sh --timeout 50 --cluster_registry_dir="$CLUSTERREG_DIR" --single_test e2e_pilotv2_v1alpha3 "$@" +./prow/e2e-suite.sh --timeout 50 --cluster_registry_dir="$CLUSTERREG_DIR" --single_test e2e_multicluster_split_horizon "$@"