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.
This commit is contained in:
Adelina Tuvenie 2020-03-18 17:50:36 +01:00
parent 4bc907f3c9
commit d7995f3260

View File

@ -31,7 +31,7 @@ import (
"github.com/onsi/ginkgo"
)
var _ = SIGDescribe("[Feature:Windows] Cpu Resources", func() {
var _ = SIGDescribe("[Feature:Windows] Cpu Resources [Serial]", func() {
f := framework.NewDefaultFramework("cpu-resources-test-windows")
// The Windows 'BusyBox' image is PowerShell plus a collection of scripts and utilities to mimic common busybox commands