Unverified Commit 1d7ec227 authored by Derek Nola's avatar Derek Nola Committed by GitHub

Fix flaky rootless E2E test (#11899)

parent 0a47df6f
......@@ -108,7 +108,7 @@ var _ = Describe("Various Startup Configurations", Ordered, func() {
e2e.DumpNodes(tc.KubeconfigFile)
Eventually(func() error {
return tests.AllPodsUp(tc.KubeconfigFile)
return tests.CheckDefaultDeployments(tc.KubeconfigFile)
}, "360s", "5s").Should(Succeed())
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