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.
2 parents 0b4275b + 2f7cb25 commit faaec7fCopy full SHA for faaec7f
test/e2e/node/node_problem_detector.go
@@ -36,7 +36,7 @@ import (
36
37
// This test checks if node-problem-detector (NPD) runs fine without error on
38
// the nodes in the cluster. NPD's functionality is tested in e2e_node tests.
39
-var _ = SIGDescribe("NodeProblemDetector", func() {
+var _ = SIGDescribe("NodeProblemDetector [DisabledForLargeClusters]", func() {
40
const (
41
pollInterval = 1 * time.Second
42
pollTimeout = 1 * time.Minute
0 commit comments