From 7975be8fdcfac4b39c5903d3084ddd8a38d34d8e Mon Sep 17 00:00:00 2001 From: cly Date: Tue, 20 Sep 2022 09:23:06 +0800 Subject: [PATCH] fix a typo in test/conformance/walk.go --- test/conformance/walk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.