Skip to content

Commit 3d09d25

Browse files
authored
Merge pull request kubernetes#87992 from marosset/windows-kubelet-stats-test-serial
Run Windows kubelet stats e2e tests serially to reduce test flakes
2 parents 8b2f08f + a4d7a67 commit 3d09d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/windows/kubelet_stats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
"github.com/onsi/ginkgo"
3535
)
3636

37-
var _ = SIGDescribe("[Feature:Windows] Kubelet-Stats", func() {
37+
var _ = SIGDescribe("[Feature:Windows] Kubelet-Stats [Serial]", func() {
3838
f := framework.NewDefaultFramework("kubelet-stats-test-windows")
3939

4040
ginkgo.Describe("Kubelet stats collection for Windows nodes", func() {

0 commit comments

Comments
 (0)