orphan e2e test should fail if timeout
This commit is contained in:
@@ -210,7 +210,7 @@ var _ = framework.KubeDescribe("Garbage collector", func() {
|
|||||||
return false, nil
|
return false, nil
|
||||||
}
|
}
|
||||||
return true, nil
|
return true, nil
|
||||||
}); err != nil && err != wait.ErrWaitTimeout {
|
}); err != nil {
|
||||||
framework.Failf("%v", err)
|
framework.Failf("%v", err)
|
||||||
}
|
}
|
||||||
By("wait for 30 seconds to see if the garbage collector mistakenly deletes the pods")
|
By("wait for 30 seconds to see if the garbage collector mistakenly deletes the pods")
|
||||||
|
|||||||
Reference in New Issue
Block a user