diff --git a/acceptance/tests/api-gateway/api_gateway_gatewayclassconfig_test.go b/acceptance/tests/api-gateway/api_gateway_gatewayclassconfig_test.go index eb820dca73..14ef0e0035 100644 --- a/acceptance/tests/api-gateway/api_gateway_gatewayclassconfig_test.go +++ b/acceptance/tests/api-gateway/api_gateway_gatewayclassconfig_test.go @@ -133,8 +133,6 @@ func TestAPIGateway_GatewayClassConfig(t *testing.T) { k8sClient.DeleteAllOf(context.Background(), &gwv1beta1.Gateway{}, client.InNamespace(namespace)) }) - - // Ensure it exists. logger.Log(t, "checking that gateway is synchronized to Consul") checkConsulExists(t, consulClient, api.APIGateway, gatewayName)