Skip to content

Commit db4bca0

Browse files
author
Antonio Ojea
committed
e2e delete namespaces after finish
1 parent 92e51c1 commit db4bca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/network/dns_scale_records.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ var _ = SIGDescribe("[Feature:PerformanceDNS][Serial]", func() {
6060
for i := 0; i < numNs; i++ {
6161
ns, _ := f.CreateNamespace(f.BaseName, nil)
6262
namespaces = append(namespaces, ns.Name)
63+
f.AddNamespacesToDelete(ns)
6364
}
6465

6566
services := generateServicesInNamespaces(namespaces, maxServicesPerCluster)

0 commit comments

Comments
 (0)