From f7449ce3fa284f1eef1de6f5cd83e9dbd8af4534 Mon Sep 17 00:00:00 2001 From: Steve Milner Date: Tue, 27 Oct 2015 09:26:34 -0400 Subject: [PATCH] flake: Disable flaky service e2e per #16285 --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index c3945f25b07..ff1d4f32265 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -177,6 +177,7 @@ GCE_PARALLEL_FLAKY_TESTS=( "PD" "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 ) # Tests that should not run on soak cluster.