Merge pull request #13933 from jlowdermilk/disable-daemonset-gke

disable Daemon set test when running e2e on gke
pull/6/head
Jeff Lowdermilk 2015-09-14 14:56:09 -07:00
commit bb59f623da
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ GKE_REQUIRED_SKIP_TESTS=(
"Etcd\sFailure" "Etcd\sFailure"
"MasterCerts" "MasterCerts"
"Shell" "Shell"
"Daemon\sset"
) )
# The following tests are known to be flaky, and are thus run only in their own # The following tests are known to be flaky, and are thus run only in their own