This commit is contained in:
Nikola Jokic
2025-12-11 16:24:33 +01:00
parent 71e9f54fda
commit 68c04fac00
2 changed files with 12 additions and 11 deletions

View File

@@ -745,7 +745,7 @@ var _ = Describe("EphemeralRunner", func() {
).Should(BeEquivalentTo(true))
})
It("It should re-create pod on OutOfsomething", func() {
It("It should re-create pod on reason starting with OutOf", func() {
pod := new(corev1.Pod)
Eventually(
func() (bool, error) {