We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a09936 commit 360d99fCopy full SHA for 360d99f
test/extended/util/cli.go
@@ -210,7 +210,7 @@ func (c *CLI) TeardownProject() {
210
if len(c.configPath) > 0 {
211
os.Remove(c.configPath)
212
}
213
- if len(c.namespacesToDelete) > 0 {
+ if e2e.TestContext.DeleteNamespace && len(c.namespacesToDelete) > 0 {
214
timeout := e2e.DefaultNamespaceDeletionTimeout
215
if c.kubeFramework.NamespaceDeletionTimeout != 0 {
216
timeout = c.kubeFramework.NamespaceDeletionTimeout
0 commit comments