From 0a37bbfb5c4fff2aca8ef15877ef7120ebd1bb30 Mon Sep 17 00:00:00 2001 From: bitliu Date: Wed, 14 Jun 2023 16:54:42 +0800 Subject: [PATCH] update Signed-off-by: bitliu --- test/conformance/conformance_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index 22b1f143c0bd..7cf4efd96e72 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -43,6 +43,7 @@ func TestGatewayAPIConformance(t *testing.T) { ExemptFeatures: suite.MeshCoreFeatures, SkipTests: []string{ tests.HTTPRouteRedirectPortAndScheme.ShortName, + tests.HTTPRouteRequestMirror.ShortName, }, }) cSuite.Setup(t)