mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Skip [Feature:.+] instead of [Feature]
This commit is contained in:
parent
c9faecba9d
commit
93d6ac8556
@ -148,7 +148,7 @@ func TestE2E(t *testing.T) {
|
||||
// Disable skipped tests unless they are explicitly requested.
|
||||
if config.GinkgoConfig.FocusString == "" && config.GinkgoConfig.SkipString == "" {
|
||||
// TODO(ihmccreery) Remove [Skipped] once all [Skipped] labels have been reclassified.
|
||||
config.GinkgoConfig.SkipString = `\[Flaky\]|\[Skipped\]|\[Feature\]`
|
||||
config.GinkgoConfig.SkipString = `\[Flaky\]|\[Skipped\]|\[Feature:.+\]`
|
||||
}
|
||||
gomega.RegisterFailHandler(ginkgo.Fail)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user