diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index 279931ae1..1a13345fc 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -57,6 +57,7 @@ var expressionsRouterSupportedFeatures = sets.New( // extended features.SupportHTTPRouteResponseHeaderModification, features.SupportHTTPRouteMethodMatching, + features.SupportHTTPRouteQueryParamMatching, ) type ConformanceConfig struct {