mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #75177 from mm4tt/node-problem-detector
Disable NodeProblemDector test in large clusters.
This commit is contained in:
commit
faaec7f997
@ -36,7 +36,7 @@ import (
|
||||
|
||||
// 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.
|
||||
var _ = SIGDescribe("NodeProblemDetector", func() {
|
||||
var _ = SIGDescribe("NodeProblemDetector [DisabledForLargeClusters]", func() {
|
||||
const (
|
||||
pollInterval = 1 * time.Second
|
||||
pollTimeout = 1 * time.Minute
|
||||
|
Loading…
Reference in New Issue
Block a user