Skip to content

Commit 3830dca

Browse files
committed
drop namespace cleaning
1 parent 38526c9 commit 3830dca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/utils/utils.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@ func CreateSelfDestructingNamespace(t *testing.T, ctx context.Context, client ct
110110
t.Fatal(err)
111111
}
112112

113-
t.Cleanup(func() {
114-
t.Logf("Deleting namespace %s...", ns.Name)
115-
if err := client.Delete(ctx, &ns); err != nil {
116-
t.Fatal(err)
117-
}
118-
})
119-
120113
return &ns
121114
}
122115

0 commit comments

Comments
 (0)