-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Problem Statement
The HTTPRouteMatching Gateway API conformance test is currently skipped for Hybrid Gateway mode.
This is a core HTTPRoute test that verifies HTTP route matching functionality.
Tracked as part of #3134 and #2551.
Proposed Solution
Investigate and fix the root cause preventing this conformance test from passing with Hybrid Gateway,
then remove it from skippedTestsForHybrid in test/conformance/conformance_test.go.
Additional Information
- Test definition: gateway-api conformance/tests
- Feature:
SupportHTTPRoute(core) - Skipped in: feat(test): run conformance for Hybrid Gateway #2552
Acceptance Criteria
- Root cause identified and documented
- Fix implemented
-
HTTPRouteMatchingremoved fromskippedTestsForHybrid - Conformance test passes for Hybrid Gateway in CI
Reactions are currently unavailable