Deleting a namespace is insufficient to cleanup in e2e
Graceful deletion requires more time to terminate namespaces, and not waiting for namespaces to delete causes scheduling errors
This commit is contained in:
@@ -234,7 +234,7 @@ var _ = Describe("Volumes", func() {
|
||||
|
||||
AfterEach(func() {
|
||||
if clean {
|
||||
if err := c.Namespaces().Delete(namespace.Name); err != nil {
|
||||
if err := deleteNS(c, namespace.Name); err != nil {
|
||||
Failf("Couldn't delete ns %s", err)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user