mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 01:40:13 +00:00
fix a typo in test/conformance/walk.go
This commit is contained in:
parent
25b93a607a
commit
7975be8fdc
@ -58,7 +58,7 @@ var (
|
|||||||
confDoc = flag.Bool("docs", false, "write a conformance document")
|
confDoc = flag.Bool("docs", false, "write a conformance document")
|
||||||
version = flag.String("version", "v1.9", "version of this 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)\]`)
|
regexIneligibleTags = regexp.MustCompile(`\[(Alpha|Feature:[^\]]+|Flaky)\]`)
|
||||||
|
|
||||||
// Conformance comments should be within this number of lines to the call itself.
|
// Conformance comments should be within this number of lines to the call itself.
|
||||||
|
Loading…
Reference in New Issue
Block a user