From e4a4a87842437d9fed0f80bfdc9170f2220bb4cb Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Mon, 7 Dec 2015 09:25:16 +0100 Subject: [PATCH] Move kube-proxy test from flaky --- hack/jenkins/e2e.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 2af3e16ac56..e36015baa9b 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -285,7 +285,6 @@ GKE_REQUIRED_SKIP_TESTS=( # Tests wchich are known to be flaky on GKE GKE_FLAKY_TESTS=( - "KubeProxy\sshould\stest\skube-proxy" "NodeOutOfDisk" ) @@ -317,7 +316,6 @@ DISRUPTIVE_TESTS=( # The following tests are known to be flaky, and are thus run only in their own # -flaky- build variants. GCE_FLAKY_TESTS=( - "KubeProxy\sshould\stest\skube-proxy" # extremely flaky in slow suite since Nov 23rd (build was broken on 21st and 2nd), issue: #17781 "GCE\sL7\sLoadBalancer\sController" # issue: #17518 "DaemonRestart\sController\sManager" # issue: #17829 "Resource\susage\sof\ssystem\scontainers" # issue: #13931