Merge pull request #11612 from mbforbes/shellSkipGKE
Skip GKE for shell services test and make clear why
This commit is contained in:
@@ -27,8 +27,12 @@ import (
|
|||||||
|
|
||||||
var _ = Describe("Shell", func() {
|
var _ = Describe("Shell", func() {
|
||||||
It("should pass tests for services.sh", 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"))
|
runCmdTest(filepath.Join(testContext.RepoRoot, "hack/e2e-suite/services.sh"))
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user