Merge pull request #87992 from marosset/windows-kubelet-stats-test-serial

Run Windows kubelet stats e2e tests serially to reduce test flakes
This commit is contained in:
Kubernetes Prow Robot 2020-02-16 10:39:27 -08:00 committed by GitHub
commit 3d09d25292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,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() {