mirror of https://github.com/k3s-io/k3s
Merge pull request #11618 from mbforbes/etcdSkipGKE
Clarify etcd failure e2e test requirementspull/6/head
commit
f350c5226f
|
@ -34,7 +34,11 @@ var _ = Describe("Etcd failure", func() {
|
||||||
framework := Framework{BaseName: "etcd-failure"}
|
framework := Framework{BaseName: "etcd-failure"}
|
||||||
|
|
||||||
BeforeEach(func() {
|
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
|
skipped = true
|
||||||
SkipUnlessProviderIs("gce")
|
SkipUnlessProviderIs("gce")
|
||||||
skipped = false
|
skipped = false
|
||||||
|
|
Loading…
Reference in New Issue