Run Windows kubelet stats e2e tests serially because it needs to start many pods on a single node

This commit is contained in:
marosset 2020-02-10 17:56:33 +00:00
parent 6a92f19444
commit a4d7a67bbd

View File

@ -33,7 +33,7 @@ import (
"github.com/onsi/ginkgo"
)
var _ = SIGDescribe("[Feature:Windows] Kubelet-Stats", func() {
var _ = SIGDescribe("[Feature:Windows] Kubelet-Stats [Serial]", func() {
f := framework.NewDefaultFramework("kubelet-stats-test-windows")
ginkgo.Describe("Kubelet stats collection for Windows nodes", func() {