diff --git a/test/conformance/walk.go b/test/conformance/walk.go index 2b18626d234..707c8e7a3e3 100644 --- a/test/conformance/walk.go +++ b/test/conformance/walk.go @@ -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.