diff --git a/test/e2e/reboot.go b/test/e2e/reboot.go index 3ff89bc2b13..20558d1f38b 100644 --- a/test/e2e/reboot.go +++ b/test/e2e/reboot.go @@ -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") { + if !providerIs("aws", "gce") { By(fmt.Sprintf("Skipping reboot test, which is not implemented for %s", provider)) return }