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
No known key found for this signature in database
GPG Key ID: 3D16906B4F1C5CB3

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