mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Merge pull request #9909 from justinsb/aws_enable_reboot_test
AWS: Enable restart e2e tests
This commit is contained in:
commit
19e574c170
@ -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