Commit f350c522 authored by Vish Kannan's avatar Vish Kannan

Merge pull request #11618 from mbforbes/etcdSkipGKE

Clarify etcd failure e2e test requirements
parents b321cff1 c8dcd1cc
...@@ -34,7 +34,11 @@ var _ = Describe("Etcd failure", func() { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment