mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Disable Deployment tests in GKE
unbreak gke-ci. again.
This commit is contained in:
parent
ca3ae476fc
commit
e849c00b08
@ -104,13 +104,14 @@ GCE_DEFAULT_SKIP_TESTS=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Tests which cannot be run on GKE, e.g. because they require
|
# 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=(
|
GKE_REQUIRED_SKIP_TESTS=(
|
||||||
"Nodes"
|
"Nodes"
|
||||||
"Etcd\sFailure"
|
"Etcd\sFailure"
|
||||||
"MasterCerts"
|
"MasterCerts"
|
||||||
"Shell"
|
"Shell"
|
||||||
"Daemon\sset"
|
"Daemon\sset"
|
||||||
|
"Deployment"
|
||||||
)
|
)
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user