We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d03198f + 383a89e commit 54089a3Copy full SHA for 54089a3
pkg/clioptions/suiteselection/feature_filter.go
@@ -78,5 +78,5 @@ func includeNonFeatureGateTest(name string) bool {
78
}
79
80
var (
81
- featureGateRegex = regexp.MustCompile(`\[(OCP)?FeatureGate:([^]]*)\]`)
+ featureGateRegex = regexp.MustCompile(`\[OCPFeatureGate:([^]]*)\]`)
82
)
0 commit comments