From bf6a414c5f81db2fdb84b88caafc154e7681bc93 Mon Sep 17 00:00:00 2001 From: Prashanth Balasubramanian Date: Fri, 30 Oct 2015 15:14:04 -0700 Subject: [PATCH] Skip serviceloadbalancer e2e on GKE --- 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 38c102dd830..e72cd172018 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -117,6 +117,7 @@ GKE_REQUIRED_SKIP_TESTS=( "Daemon\sset" "Deployment" "experimental\sresource\susage\stracking" # Expect --max-pods=100 + "ServiceLoadBalancer" # issue: #16602 "Shell" ) @@ -1142,7 +1143,6 @@ case ${JOB_NAME} in : ${ENABLE_DAEMONSETS:=true} ;; - # Run Kubemark test on a fake 100 node cluster to have a comparison # to the real results from scalability suite kubernetes-kubemark-gce)