Skip to content

Commit 2f7cb25

Browse files
committed
Disable NodeProblemDector test in large clusters.
It's suspected of causing timeouts in scalability 5k node cluster tests, see kubernetes#75095 (comment)
1 parent dcbe588 commit 2f7cb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/node/node_problem_detector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535

3636
// This test checks if node-problem-detector (NPD) runs fine without error on
3737
// the nodes in the cluster. NPD's functionality is tested in e2e_node tests.
38-
var _ = SIGDescribe("NodeProblemDetector", func() {
38+
var _ = SIGDescribe("NodeProblemDetector [DisabledForLargeClusters]", func() {
3939
const (
4040
pollInterval = 1 * time.Second
4141
pollTimeout = 1 * time.Minute

0 commit comments

Comments
 (0)