From 3658f66db7f51520dfea72ac1fc6490207ac2e13 Mon Sep 17 00:00:00 2001 From: Morgan Bauer Date: Mon, 5 Oct 2020 07:00:07 -0700 Subject: [PATCH] mark node-problem-detector as serial --- test/e2e_node/node_problem_detector_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/node_problem_detector_linux.go b/test/e2e_node/node_problem_detector_linux.go index 50651a085f4..74740c9ede9 100644 --- a/test/e2e_node/node_problem_detector_linux.go +++ b/test/e2e_node/node_problem_detector_linux.go @@ -42,7 +42,7 @@ import ( "github.com/onsi/gomega" ) -var _ = framework.KubeDescribe("NodeProblemDetector [NodeFeature:NodeProblemDetector]", func() { +var _ = framework.KubeDescribe("NodeProblemDetector [NodeFeature:NodeProblemDetector] [Serial]", func() { const ( pollInterval = 1 * time.Second pollConsistent = 5 * time.Second