Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions conformance/tests/httproute-query-param-matching.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,13 @@ var HTTPRouteQueryParamMatching = suite.ConformanceTest{
Backend: "infra-backend-v1",
Namespace: ns,
},
{
Request: http.Request{Headers: map[string]string{"version": "four"}, Path: "/?animal=hydra"},
Backend: "infra-backend-v3",
Namespace: ns,
},
// TODO(#1993): Possibly re-enable the test when the matching priorities are
// solidified.
// {
// Request: http.Request{Headers: map[string]string{"version": "four"}, Path: "/?animal=hydra"},
// Backend: "infra-backend-v3",
// Namespace: ns,
// },
}...)

for i := range testCases {
Expand Down