From 662e41cdcc715773a39aba1244e4081b304e94a3 Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Thu, 10 Sep 2015 09:08:19 -0700 Subject: [PATCH] Banish services up and down e2e test in parallel to flaky. --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 56f8b8e6728..bec74401388 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -138,6 +138,7 @@ GCE_PARALLEL_FLAKY_TESTS=( "Services.*identically\snamed" "Services.*release.*load\sbalancer" "Services.*endpoint" + "Services.*up\sand\sdown" ) # Tests that should not run on soak cluster.