Merge pull request #12962 from hakman/unskip_dasboard

Do not explicitly skip Dashboard tests
This commit is contained in:
Kubernetes Prow Robot 2021-12-14 05:55:46 -08:00 committed by GitHub
commit abcb250768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
)
const (
skipRegexBase = "\\[Slow\\]|\\[Serial\\]|\\[Disruptive\\]|\\[Flaky\\]|\\[Feature:.+\\]|\\[HPA\\]|\\[Driver:.nfs\\]|Dashboard|Gluster|RuntimeClass|RuntimeHandler"
skipRegexBase = "\\[Slow\\]|\\[Serial\\]|\\[Disruptive\\]|\\[Flaky\\]|\\[Feature:.+\\]|\\[HPA\\]|\\[Driver:.nfs\\]|Gluster|RuntimeClass|RuntimeHandler"
)
func (t *Tester) setSkipRegexFlag() error {