e2e test for addon update
This commit is contained in:
@@ -94,7 +94,7 @@ func testReboot(c *client.Client, rebootCmd string) {
|
||||
// there (the limiting factor is the implementation of util.go's
|
||||
// getSigner(...)).
|
||||
provider := testContext.Provider
|
||||
if !providerIs("gce", "gke") {
|
||||
if !providerIs("gce") {
|
||||
By(fmt.Sprintf("Skipping reboot test, which is not implemented for %s", provider))
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user