From dc711ee92db361ae143ec24548764183b6e663c5 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Thu, 9 Jul 2015 16:27:30 +0200 Subject: [PATCH] Promote Services shell out of flaky. Demote Elasticsearch --- hack/jenkins/e2e.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 5d5660d16f8..497eeec5ed8 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -75,8 +75,7 @@ Example\ # The following tests are known to be flaky, and are thus run only in their own # -flaky- build variants. GCE_FLAKY_TEST_REGEX="\ -Shell.*services\ -|MaxPods.*\ +MaxPods.*\ " # Tests which are not able to be run in parallel. GCE_PARALLEL_SKIP_TEST_REGEX="\ @@ -100,7 +99,6 @@ Elasticsearch\ |Services.*functioning\sexternal\sload\sbalancer\ |Services.*identically\snamed\ |Services.*release.*load\sbalancer\ -|Shell\ |multiport\sendpoints\ "