diff --git a/test/e2e/network/dns_scale_records.go b/test/e2e/network/dns_scale_records.go index f2820a80667..b533bea1d17 100644 --- a/test/e2e/network/dns_scale_records.go +++ b/test/e2e/network/dns_scale_records.go @@ -60,6 +60,7 @@ var _ = SIGDescribe("[Feature:PerformanceDNS][Serial]", func() { for i := 0; i < numNs; i++ { ns, _ := f.CreateNamespace(f.BaseName, nil) namespaces = append(namespaces, ns.Name) + f.AddNamespacesToDelete(ns) } services := generateServicesInNamespaces(namespaces, maxServicesPerCluster)