From 3a813911533e7ceb201b40c34118aa0beb2d9bdf Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Fri, 24 Aug 2018 12:28:29 -0400 Subject: [PATCH] Tests that use CheckTestingNSDeletedExcept must be [Serial] Otherwise, another e2e test could be running at the same time and cause a namespace to get created, which fails this test. --- test/e2e/network/dns_scale_records.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/network/dns_scale_records.go b/test/e2e/network/dns_scale_records.go index be1218e85a3..ed64e021612 100644 --- a/test/e2e/network/dns_scale_records.go +++ b/test/e2e/network/dns_scale_records.go @@ -38,7 +38,7 @@ const ( checkServicePercent = 0.05 ) -var _ = SIGDescribe("[Feature:PerformanceDNS]", func() { +var _ = SIGDescribe("[Feature:PerformanceDNS][Serial]", func() { f := framework.NewDefaultFramework("performancedns") BeforeEach(func() {