Commit 044e0a92 authored by Max Forbes's avatar Max Forbes

Skip GKE for shell services test and make clear why

parent 635073c3
......@@ -27,8 +27,12 @@ import (
var _ = Describe("Shell", func() {
It("should pass tests for services.sh", func() {
SkipUnlessProviderIs("gce", "gke")
// This test requires:
// - SSH
// - master access
// ... so the provider check should be identical to the intersection of
// providers that provide those capabilities.
SkipUnlessProviderIs("gce")
runCmdTest(filepath.Join(testContext.RepoRoot, "hack/e2e-suite/services.sh"))
})
})
......
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