Skip to content

Commit ff0450f

Browse files
Temporarily disable test case for query-param matching until #1993 gets resolved
1 parent 6e3ff74 commit ff0450f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

conformance/tests/httproute-query-param-matching.go

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,13 @@ var HTTPRouteQueryParamMatching = suite.ConformanceTest{
139139
Backend: "infra-backend-v1",
140140
Namespace: ns,
141141
},
142-
{
143-
Request: http.Request{Headers: map[string]string{"version": "four"}, Path: "/?animal=hydra"},
144-
Backend: "infra-backend-v3",
145-
Namespace: ns,
146-
},
142+
// TODO(#1993): Possibly renable the test when the matching priorities are
143+
// solidified.
144+
// {
145+
// Request: http.Request{Headers: map[string]string{"version": "four"}, Path: "/?animal=hydra"},
146+
// Backend: "infra-backend-v3",
147+
// Namespace: ns,
148+
// },
147149
}...)
148150

149151
for i := range testCases {

0 commit comments

Comments
 (0)