From 0a16257df5198ab4caebaef6c03eb99ef8f91946 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 29 Sep 2015 15:20:21 -0700 Subject: [PATCH] Re-activate DaemonRestart tests, they've been clean in gce-flaky for > 10 runs --- hack/jenkins/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index af5abb04955..caee786b81d 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -116,7 +116,7 @@ GKE_REQUIRED_SKIP_TESTS=( # The following tests are known to be flaky, and are thus run only in their own # -flaky- build variants. GCE_FLAKY_TESTS=( - "DaemonRestart" + "DaemonRestart\sController\sManager" "Daemon\sset\sshould\slaunch\sa\sdaemon\spod\son\severy\snode\sof\sthe\scluster" "Resource\susage\sof\ssystem\scontainers" "monotonically\sincreasing\srestart\scount"