Commit edf50993 authored by Abhi Shah's avatar Abhi Shah

Merge pull request #15947 from justinsb/aws_daemon_restart

e2e: Add aws provider to daemon_restart test
parents f430dc8a 0a4bb324
...@@ -200,7 +200,7 @@ var _ = Describe("DaemonRestart", func() { ...@@ -200,7 +200,7 @@ var _ = Describe("DaemonRestart", func() {
// These tests require SSH // These tests require SSH
// TODO(11834): Enable this test in GKE once experimental API there is switched on // TODO(11834): Enable this test in GKE once experimental API there is switched on
SkipUnlessProviderIs("gce") SkipUnlessProviderIs("gce", "aws")
framework.beforeEach() framework.beforeEach()
ns = framework.Namespace.Name ns = framework.Namespace.Name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment