From 85d08384968c4f39e45f82b0dae3d49dcdea8274 Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Fri, 2 Oct 2015 16:55:51 -0700 Subject: [PATCH] Remove kubectl expose from GCE_PARALLEL_FLAKY_TESTS --- hack/jenkins/e2e.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 9e56a17e02d..f3675279e1d 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -174,7 +174,6 @@ GCE_PARALLEL_FLAKY_TESTS=( "Services.*endpoint" "Services.*up\sand\sdown" "Networking\sshould\sfunction\sfor\sintra-pod\scommunication" # possibly causing Ginkgo to get stuck, issue: #13485 - "Kubectl\sexpose" ) # Tests that should not run on soak cluster.