Commit b32c5462 authored by Max Forbes's avatar Max Forbes

Enable reboot test for GKE

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