diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index 691e3bc37f..1bc4cce1f6 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -57,6 +57,7 @@ func TestGatewayAPIConformance(t *testing.T) { suite.SupportHTTPRouteQueryParamMatching: true, suite.SupportReferenceGrant: true, suite.SupportHTTPResponseHeaderModification: true, + suite.SupportHTTPRouteMethodMatching: true, }, }) cSuite.Setup(t) @@ -69,6 +70,7 @@ func TestGatewayAPIConformance(t *testing.T) { tests.HTTPExactPathMatching, tests.HTTPRouteCrossNamespace, tests.HTTPRouteHeaderMatching, + tests.HTTPRouteMethodMatching, tests.HTTPRouteMatchingAcrossRoutes, tests.HTTPRouteHostnameIntersection, tests.HTTPRouteListenerHostnameMatching,