From a6997875f27b4891fb1ad7dd32dc4666e200e1b9 Mon Sep 17 00:00:00 2001 From: gmarek Date: Wed, 25 Nov 2015 12:22:20 +0100 Subject: [PATCH] Move GCE L7 LoadBalancer test to the Flaky suite --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 33a9519788f..556e465530d 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -171,6 +171,7 @@ DISRUPTIVE_TESTS=( # The following tests are known to be flaky, and are thus run only in their own # -flaky- build variants. GCE_FLAKY_TESTS=( + "GCE\sL7\sLoadBalancer\sController" "DaemonRestart\sController\sManager" "Daemon\sset\sshould\srun\sand\sstop\scomplex\sdaemon" "Resource\susage\sof\ssystem\scontainers"