diff --git a/test/conformance/gateway_conformance_test.go b/test/conformance/gateway_conformance_test.go index c616dffe81..c948fc6a9f 100644 --- a/test/conformance/gateway_conformance_test.go +++ b/test/conformance/gateway_conformance_test.go @@ -32,6 +32,8 @@ var commonSkippedTests = []string{ tests.HTTPRouteRedirectScheme.ShortName, // https://github.com/Kong/kubernetes-ingress-controller/issues/4165 tests.HTTPRouteRequestMirror.ShortName, + // https://github.com/Kong/kubernetes-ingress-controller/issues/4165 + tests.HTTPRouteRequestMultipleMirrors.ShortName, // experimental conformance // https://github.com/Kong/kubernetes-ingress-controller/issues/3684