From f653932b8725a29a8b874c6fc4588c32b065b51d Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Fri, 10 Jul 2015 08:33:22 -0700 Subject: [PATCH] Demote Shell.*services e2e test as it cannot be run in parallel with other tests (yet) Fixes #10127 --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 497eeec5ed8..340cc1e4dd6 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -85,6 +85,7 @@ ${GCE_DEFAULT_SKIP_TEST_REGEX}\ |Nodes\sNetwork\ |Nodes\sResize\ |MaxPods\ +|Shell.*services\ " # Tests which are known to be flaky when run in parallel. # TODO: figure out why GCE_FLAKY_TEST_REGEX is not a perfect subset of this list.