test/e2e_node: Add NodeFeature tags to non-conformance tests

Serial tests are not considered for conformance tests.
This commit is contained in:
Yu-Ju Hong
2018-05-21 17:24:29 -07:00
parent ff62f037b8
commit 90750c77c3
9 changed files with 21 additions and 21 deletions

View File

@@ -40,7 +40,7 @@ import (
. "github.com/onsi/gomega"
)
var _ = framework.KubeDescribe("NodeProblemDetector", func() {
var _ = framework.KubeDescribe("NodeProblemDetector [NodeFeature:NodeProblemDetector]", func() {
const (
pollInterval = 1 * time.Second
pollConsistent = 5 * time.Second