mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #11618 from mbforbes/etcdSkipGKE
Clarify etcd failure e2e test requirements
This commit is contained in:
commit
f350c5226f
@ -34,7 +34,11 @@ var _ = Describe("Etcd failure", func() {
|
||||
framework := Framework{BaseName: "etcd-failure"}
|
||||
|
||||
BeforeEach(func() {
|
||||
// These tests requires SSH, so the provider check should be identical to those tests.
|
||||
// This test requires:
|
||||
// - SSH
|
||||
// - master access
|
||||
// ... so the provider check should be identical to the intersection of
|
||||
// providers that provide those capabilities.
|
||||
skipped = true
|
||||
SkipUnlessProviderIs("gce")
|
||||
skipped = false
|
||||
|
Loading…
Reference in New Issue
Block a user