Merge pull request #112587 from k1cn9ggtuc/typo-fix

fix a typo in test/conformance/walk.go
This commit is contained in:
Kubernetes Prow Robot
2022-10-14 21:25:04 -07:00
committed by GitHub

View File

@@ -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.