mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-18 17:33:39 +00:00
Merge pull request #112587 from k1cn9ggtuc/typo-fix
fix a typo in test/conformance/walk.go
This commit is contained in:
commit
b9c2e53fbc
@ -58,7 +58,7 @@ var (
|
||||
confDoc = flag.Bool("docs", false, "write a conformance document")
|
||||
version = flag.String("version", "v1.9", "version of this conformance document")
|
||||
|
||||
// If a test name contains any of these tags, it is ineligble for promotion to conformance
|
||||
// If a test name contains any of these tags, it is ineligible for promotion to conformance
|
||||
regexIneligibleTags = regexp.MustCompile(`\[(Alpha|Feature:[^\]]+|Flaky)\]`)
|
||||
|
||||
// Conformance comments should be within this number of lines to the call itself.
|
||||
|
Loading…
Reference in New Issue
Block a user