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
commit b9c2e53fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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