Merge pull request #89227 from adelina-t/serial_windows_test

Label Windows test as Serial.
This commit is contained in:
Kubernetes Prow Robot 2020-03-19 06:06:46 -07:00 committed by GitHub
commit 1115ac231a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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