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.
This commit is contained in:
Clayton Coleman
2018-08-24 12:28:29 -04:00
parent 5ed26a348b
commit 3a81391153

View File

@@ -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() {