From 7fa7852205443dff5bed73b4e287fea0d2c9adf4 Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Mon, 14 Sep 2015 13:34:13 -0700 Subject: [PATCH] disable Daemon set test when running e2e on gke --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 40b81c38632..4c5742fb546 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -109,6 +109,7 @@ GKE_REQUIRED_SKIP_TESTS=( "Etcd\sFailure" "MasterCerts" "Shell" + "Daemon\sset" ) # The following tests are known to be flaky, and are thus run only in their own