We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbe588 commit 2f7cb25Copy full SHA for 2f7cb25
test/e2e/node/node_problem_detector.go
@@ -35,7 +35,7 @@ import (
35
36
// This test checks if node-problem-detector (NPD) runs fine without error on
37
// the nodes in the cluster. NPD's functionality is tested in e2e_node tests.
38
-var _ = SIGDescribe("NodeProblemDetector", func() {
+var _ = SIGDescribe("NodeProblemDetector [DisabledForLargeClusters]", func() {
39
const (
40
pollInterval = 1 * time.Second
41
pollTimeout = 1 * time.Minute
0 commit comments