Commit 017a35cf authored by Robert Bailey's avatar Robert Bailey

Merge pull request #8364 from mbforbes/testRebootGke

Enable reboot test for GKE
parents c4b20672 b32c5462
...@@ -66,7 +66,7 @@ var _ = Describe("Reboot", func() { ...@@ -66,7 +66,7 @@ var _ = Describe("Reboot", func() {
// there (the limiting factor is the implementation of util.go's // there (the limiting factor is the implementation of util.go's
// getSigner(...)). // getSigner(...)).
provider := testContext.Provider provider := testContext.Provider
if !providerIs("gce") { if !providerIs("gce", "gke") {
By(fmt.Sprintf("Skipping reboot test, which is not implemented for %s", provider)) By(fmt.Sprintf("Skipping reboot test, which is not implemented for %s", provider))
return return
} }
......
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