Merge pull request #11618 from mbforbes/etcdSkipGKE

Clarify etcd failure e2e test requirements
pull/6/head
Vish Kannan 2015-07-22 17:01:18 -07:00
commit f350c5226f
1 changed files with 5 additions and 1 deletions

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