Skip to content

Commit faaec7f

Browse files
authored
Merge pull request kubernetes#75177 from mm4tt/node-problem-detector
Disable NodeProblemDector test in large clusters.
2 parents 0b4275b + 2f7cb25 commit faaec7f

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
@@ -36,7 +36,7 @@ import (
3636

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

0 commit comments

Comments
 (0)