Skip to content

Commit a4d7a67

Browse files
committed
Run Windows kubelet stats e2e tests serially because it needs to start many pods on a single node
1 parent 6a92f19 commit a4d7a67

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
@@ -33,7 +33,7 @@ import (
3333
"github.com/onsi/ginkgo"
3434
)
3535

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

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

0 commit comments

Comments
 (0)