diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index e69f5586b7..6273fd69e1 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -50,6 +50,7 @@ func TestGatewayAPIConformance(t *testing.T) { tests.HTTPRouteInvalidNonExistentBackendRef, tests.HTTPRouteInvalidBackendRefUnknownKind, tests.HTTPRouteInvalidCrossNamespaceBackendRef, + tests.HTTPRouteHeaderMatching, } cSuite.Run(t, egTests)