From 5006b12e794807d161f707eda0273b1df8f4d80f Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Wed, 18 Oct 2023 13:21:04 -0700 Subject: [PATCH] skip GatewayStaticAddresses Signed-off-by: Arko Dasgupta --- 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 709c90595048..b0b49c4fd2b9 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -49,6 +49,7 @@ func TestGatewayAPIConformance(t *testing.T) { tests.GatewaySecretInvalidReferenceGrant.ShortName, tests.HTTPRouteReferenceGrant.ShortName, tests.HTTPRouteRewritePath.ShortName, + tests.GatewayStaticAddresses.ShortName, }, ExemptFeatures: suite.MeshCoreFeatures, })