From 2f7cb25bbb22ad3f8ba70b90325e6556efc738e6 Mon Sep 17 00:00:00 2001 From: Matt Matejczyk Date: Fri, 8 Mar 2019 13:35:12 +0100 Subject: [PATCH] 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 --- test/e2e/node/node_problem_detector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/node/node_problem_detector.go b/test/e2e/node/node_problem_detector.go index b4d2434c09..23101674bd 100644 --- a/test/e2e/node/node_problem_detector.go +++ b/test/e2e/node/node_problem_detector.go @@ -35,7 +35,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