mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
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:
parent
5ed26a348b
commit
3a81391153
@ -38,7 +38,7 @@ const (
|
|||||||
checkServicePercent = 0.05
|
checkServicePercent = 0.05
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = SIGDescribe("[Feature:PerformanceDNS]", func() {
|
var _ = SIGDescribe("[Feature:PerformanceDNS][Serial]", func() {
|
||||||
f := framework.NewDefaultFramework("performancedns")
|
f := framework.NewDefaultFramework("performancedns")
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user