Skip to content

Commit

Permalink
conformance: enable GatewayClassObservedGenerationBump (#896)
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo committed Feb 9, 2023
1 parent f39b025 commit b668002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func TestGatewayAPIConformance(t *testing.T) {
suite.SupportHTTPResponseHeaderModification,
suite.SupportHTTPRouteMethodMatching,
suite.SupportRouteDestinationPortMatching,
suite.SupportGatewayClassObservedGenerationBump,
),
})
cSuite.Setup(t)
Expand All @@ -86,6 +87,7 @@ func TestGatewayAPIConformance(t *testing.T) {
tests.GatewaySecretInvalidReferenceGrant,
tests.GatewayInvalidTLSConfiguration,
tests.GatewayInvalidRouteKind,
tests.GatewayClassObservedGenerationBump,
tests.HTTPRouteReferenceGrant,
tests.HTTPRoutePartiallyInvalidViaInvalidReferenceGrant,
tests.HTTPRouteInvalidParentRefNotMatchingListenerPort,
Expand Down

0 comments on commit b668002

Please sign in to comment.