mirror of https://github.com/k3s-io/k3s
Enable reboot test for GKE
parent
9df413e0e1
commit
b32c54625b
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue