Add [sig-node] to some unowned e2e_node tests

Follow the SIGDescribe pattern used in test/e2e/foo tests
This commit is contained in:
Aaron Crickenberger
2017-11-22 15:33:31 -05:00
parent d65a8ac95c
commit 040b80d9a7
5 changed files with 27 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ import (
. "github.com/onsi/gomega"
)
var _ = framework.KubeDescribe("Resource-usage [Serial] [Slow]", func() {
var _ = SIGDescribe("Resource-usage [Serial] [Slow]", func() {
const (
// Interval to poll /stats/container on a node
containerStatsPollingPeriod = 10 * time.Second