Disable Deployment tests in GKE

unbreak gke-ci. again.
pull/6/head
Jeff Lowdermilk 2015-09-29 10:06:08 -07:00
parent ca3ae476fc
commit e849c00b08
1 changed files with 2 additions and 1 deletions

View File

@ -104,13 +104,14 @@ GCE_DEFAULT_SKIP_TESTS=(
)
# Tests which cannot be run on GKE, e.g. because they require
# master ssh access.
# master ssh access or experimental api.
GKE_REQUIRED_SKIP_TESTS=(
"Nodes"
"Etcd\sFailure"
"MasterCerts"
"Shell"
"Daemon\sset"
"Deployment"
)
# The following tests are known to be flaky, and are thus run only in their own