From 8bf0082ba15c85a676eb39e9ac069143cb3e08c4 Mon Sep 17 00:00:00 2001 From: bitliu Date: Thu, 9 Feb 2023 11:35:57 +0800 Subject: [PATCH] conformance: enable GatewayClassObservedGenerationBump Signed-off-by: bitliu --- test/conformance/conformance_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index dcf537c2ad..92ef71a812 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -60,6 +60,7 @@ func TestGatewayAPIConformance(t *testing.T) { suite.SupportHTTPResponseHeaderModification, suite.SupportHTTPRouteMethodMatching, suite.SupportRouteDestinationPortMatching, + suite.SupportGatewayClassObservedGenerationBump, ), }) cSuite.Setup(t) @@ -86,6 +87,7 @@ func TestGatewayAPIConformance(t *testing.T) { tests.GatewaySecretInvalidReferenceGrant, tests.GatewayInvalidTLSConfiguration, tests.GatewayInvalidRouteKind, + tests.GatewayClassObservedGenerationBump, tests.HTTPRouteReferenceGrant, tests.HTTPRoutePartiallyInvalidViaInvalidReferenceGrant, tests.HTTPRouteInvalidParentRefNotMatchingListenerPort,