From 84b4bd4bd7747cd85162608eab2a651407c242e0 Mon Sep 17 00:00:00 2001 From: Huabing Zhao Date: Wed, 25 Sep 2024 07:31:57 +0000 Subject: [PATCH] skip infrastrucure conformance test Signed-off-by: Huabing Zhao --- internal/gatewayapi/conformance/suite.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/gatewayapi/conformance/suite.go b/internal/gatewayapi/conformance/suite.go index 373308700f3..90181246b69 100644 --- a/internal/gatewayapi/conformance/suite.go +++ b/internal/gatewayapi/conformance/suite.go @@ -15,6 +15,7 @@ import ( // SkipTests is a list of tests that are skipped in the conformance suite. var SkipTests = []suite.ConformanceTest{ tests.GatewayStaticAddresses, + tests.GatewayInfrastructure, } func skipTestsShortNames(skipTests []suite.ConformanceTest) []string {