diff --git a/test/e2e/etcd_failure.go b/test/e2e/etcd_failure.go index 9fb4d1d0eb8..88e7eca9e79 100644 --- a/test/e2e/etcd_failure.go +++ b/test/e2e/etcd_failure.go @@ -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