mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Cleanup e2e tags
- Remove "Suite" from e2e tag names - Move grouping e2e tags to the front of the test, describe or context name - Move Conformance e2e tags to the end of test names (test specific) - Move Skipped e2e tags to the end of names, but to as high a context as applicable
This commit is contained in:
@@ -123,7 +123,7 @@ func TestE2E(t *testing.T) {
|
||||
|
||||
// Disable skipped tests unless they are explicitly requested.
|
||||
if config.GinkgoConfig.FocusString == "" && config.GinkgoConfig.SkipString == "" {
|
||||
config.GinkgoConfig.SkipString = "Skipped"
|
||||
config.GinkgoConfig.SkipString = `\[Skipped\]`
|
||||
}
|
||||
gomega.RegisterFailHandler(ginkgo.Fail)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user