Enable reboot test for GKE

pull/6/head
Max Forbes 2015-05-15 17:20:49 -07:00
parent 9df413e0e1
commit b32c54625b
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }