Commit 5d037ef4 authored by Alex Robinson's avatar Alex Robinson

Merge pull request #16625 from bprashanth/slb

Skip serviceloadbalancer e2e on GKE
parents 0eb7243b bf6a414c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment