Commit c8dcd1cc authored by Max Forbes's avatar Max Forbes

Clarify etcd failure e2e test requirements

parent 6617d63c
......@@ -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
......
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