From 7c3fce549d51916c8ad4ebbc32af596decde098e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Wed, 20 Sep 2023 21:19:03 +0200 Subject: [PATCH] tests(conformance): disable HTTPRouteRequestMultipleMirrors --- test/conformance/gateway_conformance_test.go | 2 ++ 1 file changed, 2 insertions(+) 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