Unverified Commit faaec7f9 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #75177 from mm4tt/node-problem-detector

Disable NodeProblemDector test in large clusters.
parents 0b4275b6 2f7cb25b
...@@ -36,7 +36,7 @@ import ( ...@@ -36,7 +36,7 @@ import (
// This test checks if node-problem-detector (NPD) runs fine without error on // This test checks if node-problem-detector (NPD) runs fine without error on
// the nodes in the cluster. NPD's functionality is tested in e2e_node tests. // the nodes in the cluster. NPD's functionality is tested in e2e_node tests.
var _ = SIGDescribe("NodeProblemDetector", func() { var _ = SIGDescribe("NodeProblemDetector [DisabledForLargeClusters]", func() {
const ( const (
pollInterval = 1 * time.Second pollInterval = 1 * time.Second
pollTimeout = 1 * time.Minute pollTimeout = 1 * time.Minute
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment