mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
AWS: Enable restart tests
This commit is contained in:
parent
f7cb6e9844
commit
c4d8a73345
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user