mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Disable NodeProblemDector test in large clusters.
It's suspected of causing timeouts in scalability 5k node cluster tests, see https://github.com/kubernetes/kubernetes/issues/75095#issuecomment-470912583
This commit is contained in:
parent
dcbe588f76
commit
2f7cb25bbb
@ -35,7 +35,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
|
||||||
|
Loading…
Reference in New Issue
Block a user