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

Disable NodeProblemDector test in large clusters.
pull/564/head
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
1 changed files with 1 additions and 1 deletions

View File

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