Skip to content

Commit 54089a3

Browse files
Merge pull request #29796 from dfajmon/revert-featuregate
NO-JIRA: Revert: NO-JIRA: support skipping [OCP]FeatureGate…
2 parents d03198f + 383a89e commit 54089a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/clioptions/suiteselection/feature_filter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ func includeNonFeatureGateTest(name string) bool {
7878
}
7979

8080
var (
81-
featureGateRegex = regexp.MustCompile(`\[(OCP)?FeatureGate:([^]]*)\]`)
81+
featureGateRegex = regexp.MustCompile(`\[OCPFeatureGate:([^]]*)\]`)
8282
)

0 commit comments

Comments
 (0)