mark dashboard tests [Feature:Dashboard]

This commit is contained in:
Benjamin Elder 2019-07-11 10:07:33 -07:00
parent 3e0fe89e3c
commit 1e831eff55

View File

@ -32,7 +32,7 @@ import (
"github.com/onsi/ginkgo"
)
var _ = SIGDescribe("Kubernetes Dashboard", func() {
var _ = SIGDescribe("Kubernetes Dashboard [Feature:Dashboard]", func() {
ginkgo.BeforeEach(func() {
// TODO(kubernetes/kubernetes#61559): Enable dashboard here rather than skip the test.
framework.SkipIfProviderIs("gke")