Skip to content

Commit

Permalink
Removes GatewayObservedGenerationBump and HTTPRouteObservedGeneration…
Browse files Browse the repository at this point in the history
…Bump Tests (#1021)
  • Loading branch information
danehans committed Feb 9, 2023
1 parent 821b7d5 commit d016a66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ func TestGatewayAPIConformance(t *testing.T) {
tests.HTTPRouteRedirectHostAndStatus.ShortName,
// Remove once https://github.com/envoyproxy/gateway/issues/994 is fixed
tests.HTTPRouteRedirectScheme.ShortName,
// Remove once https://github.com/envoyproxy/gateway/issues/1016 is fixed
tests.GatewayObservedGenerationBump.ShortName,
// Remove once https://github.com/envoyproxy/gateway/issues/1016 is fixed
tests.HTTPRouteObservedGenerationBump.ShortName,
},
})
cSuite.Setup(t)
Expand Down

0 comments on commit d016a66

Please sign in to comment.