From c8dcd1cc20c5c9d7663943e8b4b25e21f563a773 Mon Sep 17 00:00:00 2001 From: Max Forbes Date: Mon, 20 Jul 2015 14:53:39 -0700 Subject: [PATCH] Clarify etcd failure e2e test requirements --- test/e2e/etcd_failure.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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