From fe07e4c5e137e70bb53a8b6fffa4e32953f96c85 Mon Sep 17 00:00:00 2001 From: danehans Date: Thu, 9 Feb 2023 12:14:25 -0800 Subject: [PATCH] Removes xxxObservedGenerationBump Tests Signed-off-by: danehans --- test/conformance/conformance_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index c02b1000f2..da0d4de639 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -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)