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

Disable NodeProblemDector test in large clusters.
This commit is contained in:
Kubernetes Prow Robot 2019-03-09 11:31:29 -08:00 committed by GitHub
commit faaec7f997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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