mark node-problem-detector as serial

This commit is contained in:
Morgan Bauer 2020-10-05 07:00:07 -07:00
parent db9f1e91d9
commit 3658f66db7
No known key found for this signature in database
GPG Key ID: E825BB6045011EF1

View File

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