mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Don't check if all test namespaces are deleted
This commit is contained in:
parent
0f8adc5d53
commit
86a95c27a9
@ -405,9 +405,6 @@ var _ = Describe("Nodes", func() {
|
||||
if err := deleteNS(c, ns, 5*time.Minute /* namespace deletion timeout */); err != nil {
|
||||
Failf("Couldn't delete namespace '%s', %v", ns, err)
|
||||
}
|
||||
if err := checkTestingNSDeletedExcept(c, ""); err != nil {
|
||||
Failf("Couldn't delete testing namespaces '%s', %v", ns, err)
|
||||
}
|
||||
})
|
||||
|
||||
Describe("Resize", func() {
|
||||
|
Loading…
Reference in New Issue
Block a user