Unverified Commit 946427bd authored by Derek Nola's avatar Derek Nola Committed by Brad Davidson

Fix flaky rootless E2E test

parent 9b959aeb
...@@ -111,7 +111,7 @@ var _ = Describe("Various Startup Configurations", Ordered, func() { ...@@ -111,7 +111,7 @@ var _ = Describe("Various Startup Configurations", Ordered, func() {
_, _ = e2e.ParseNodes(tc.KubeConfigFile, false) _, _ = e2e.ParseNodes(tc.KubeConfigFile, false)
Eventually(func() error { Eventually(func() error {
return tests.AllPodsUp(tc.KubeConfigFile) return tests.CheckDefaultDeployments(tc.KubeConfigFile)
}, "360s", "5s").Should(Succeed()) }, "360s", "5s").Should(Succeed())
e2e.DumpPods(tc.KubeConfigFile) e2e.DumpPods(tc.KubeConfigFile)
}) })
......
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