Skip to content

Commit d7995f3

Browse files
committed
Label Windows test as Serial.
Windows test "[sig-windows] [Feature:Windows] Cpu Resources Container limits should not be exceeded after waiting 2 minutes" should be run serially to prevent flakyness.
1 parent 4bc907f commit d7995f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/windows/cpu_limits.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
"github.com/onsi/ginkgo"
3232
)
3333

34-
var _ = SIGDescribe("[Feature:Windows] Cpu Resources", func() {
34+
var _ = SIGDescribe("[Feature:Windows] Cpu Resources [Serial]", func() {
3535
f := framework.NewDefaultFramework("cpu-resources-test-windows")
3636

3737
// The Windows 'BusyBox' image is PowerShell plus a collection of scripts and utilities to mimic common busybox commands

0 commit comments

Comments
 (0)