From 42dc0ca484f9da579c008daaa017eae887e55839 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Wed, 16 Sep 2015 16:09:19 -0700 Subject: [PATCH] Mark "Networking should function for intra-pod communication" as flaky in parallel. --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 4f7caa1d925..6852a9139c0 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -159,6 +159,7 @@ GCE_PARALLEL_FLAKY_TESTS=( "Services.*release.*load\sbalancer" "Services.*endpoint" "Services.*up\sand\sdown" + "Networking\sshould\sfunction\sfor\sintra-pod\scommunication" # possibly causing Ginkgo to get stuck, issue: #13485 ) # Tests that should not run on soak cluster.