From 70a31b203886bd5edf05fc6fbd57167aea0a481d Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Wed, 25 Oct 2023 22:45:13 -0700 Subject: [PATCH] Enable GatewaySecretInvalidReferenceGrant test (#2078) Relates to https://github.com/kubernetes-sigs/gateway-api/pull/2494 Fixes https://github.com/envoyproxy/gateway/issues/2002 Signed-off-by: Arko Dasgupta Signed-off-by: zirain Co-authored-by: zirain --- test/conformance/conformance_test.go | 1 - test/conformance/experimental_conformance_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index ad81e21cd26..eeb8898ffc7 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -48,7 +48,6 @@ func TestGatewayAPIConformance(t *testing.T) { CleanupBaseResources: *flags.CleanupBaseResources, SupportedFeatures: suite.AllFeatures, SkipTests: []string{ - tests.GatewaySecretInvalidReferenceGrant.ShortName, tests.HTTPRouteRewritePath.ShortName, tests.GatewayStaticAddresses.ShortName, tests.GatewayWithAttachedRoutes.ShortName, diff --git a/test/conformance/experimental_conformance_test.go b/test/conformance/experimental_conformance_test.go index 2abc238823d..fd4a5620973 100644 --- a/test/conformance/experimental_conformance_test.go +++ b/test/conformance/experimental_conformance_test.go @@ -97,7 +97,6 @@ func experimentalConformance(t *testing.T) { CleanupBaseResources: *flags.CleanupBaseResources, SupportedFeatures: suite.AllFeatures, SkipTests: []string{ - tests.GatewaySecretInvalidReferenceGrant.ShortName, tests.HTTPRouteRewritePath.ShortName, tests.GatewayStaticAddresses.ShortName, tests.GatewayWithAttachedRoutes.ShortName,