From ceea590f7e27ffc4ea014d4d10835bcaa707a109 Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Thu, 17 Sep 2015 13:11:51 -0700 Subject: [PATCH] Demote e2e test "Daemon set ... launch a pod on every node of the cluster" to flaky. --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 9988099e1a2..4512c82f0b1 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -116,6 +116,7 @@ GKE_REQUIRED_SKIP_TESTS=( # -flaky- build variants. GCE_FLAKY_TESTS=( "DaemonRestart" + "Daemon set should launch a daemon pod on every node of the cluster" "ResourceUsage" "monotonically\sincreasing\srestart\scount" "should\sbe\sable\sto\schange\sthe\stype\sand\snodeport\ssettings\sof\sa\sservice" # file: service.go, issue: #13032