Clarify etcd failure e2e test requirements

This commit is contained in:
Max Forbes 2015-07-20 14:53:39 -07:00
parent 6617d63c97
commit c8dcd1cc20

View File

@ -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