Skip to content

Commit 003330c

Browse files
author
Arko Dasgupta
committed
Enable GatewaySecretInvalidReferenceGrant test
Relates to kubernetes-sigs/gateway-api#2494 Fixes envoyproxy#2002 Signed-off-by: Arko Dasgupta <[email protected]>
1 parent fdcd9e4 commit 003330c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/conformance/conformance_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ func TestGatewayAPIConformance(t *testing.T) {
4848
CleanupBaseResources: *flags.CleanupBaseResources,
4949
SupportedFeatures: suite.AllFeatures,
5050
SkipTests: []string{
51-
tests.GatewaySecretInvalidReferenceGrant.ShortName,
5251
tests.HTTPRouteRewritePath.ShortName,
5352
tests.GatewayStaticAddresses.ShortName,
5453
tests.GatewayWithAttachedRoutes.ShortName,

test/conformance/experimental_conformance_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ func experimentalConformance(t *testing.T) {
9696
Debug: *flags.ShowDebug,
9797
CleanupBaseResources: *flags.CleanupBaseResources,
9898
SkipTests: []string{
99-
tests.GatewaySecretInvalidReferenceGrant.ShortName,
10099
tests.HTTPRouteRewritePath.ShortName,
101100
tests.GatewayStaticAddresses.ShortName,
102101
tests.GatewayWithAttachedRoutes.ShortName,

0 commit comments

Comments
 (0)