Merge pull request #80044 from BenTheElder/dashboard-feature

mark dashboard tests [Feature:Dashboard]
This commit is contained in:
Kubernetes Prow Robot 2019-07-11 18:33:47 -07:00 committed by GitHub
commit ebe60078e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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")