mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
orphan e2e test should fail if timeout
This commit is contained in:
parent
ad47a181ee
commit
73b5dbcd9b
@ -210,7 +210,7 @@ var _ = framework.KubeDescribe("Garbage collector", func() {
|
||||
return false, nil
|
||||
}
|
||||
return true, nil
|
||||
}); err != nil && err != wait.ErrWaitTimeout {
|
||||
}); err != nil {
|
||||
framework.Failf("%v", err)
|
||||
}
|
||||
By("wait for 30 seconds to see if the garbage collector mistakenly deletes the pods")
|
||||
|
Loading…
Reference in New Issue
Block a user