[e2e-node] Cleanup pods after the test runs

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2024-07-09 13:07:06 -04:00
parent bb089b9374
commit f6836df520
6 changed files with 11 additions and 4 deletions

View File

@@ -128,5 +128,6 @@ var _ = SIGDescribe("PodPidsLimit", framework.WithSerial(), func() {
initialConfig.PodPidsLimit = int64(1024)
})
runPodPidsLimitTests(f)
addAfterEachForCleaningUpPods(f)
})
})