From 4617ecb72c6b0ec055d7a4e9cb11a2a73522ea20 Mon Sep 17 00:00:00 2001 From: jay vyas Date: Thu, 12 Nov 2015 16:53:00 -0500 Subject: [PATCH] Remove networking from flakeys --- hack/jenkins/e2e.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 1fb046fe150..6942a70ef94 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -206,7 +206,6 @@ GCE_PARALLEL_FLAKY_TESTS=( "Elasticsearch" "Namespaces.*should\sdelete\sfast" "ServiceAccounts" - "Networking\sshould\sfunction\sfor\sintra-pod\scommunication" # possibly causing Ginkgo to get stuck, issue: #13485 "Services.*identically\snamed" # error waiting for reachability, issue: #16285 )