diff --git a/conformance/tests/gateway-with-attached-routes.go b/conformance/tests/gateway-with-attached-routes.go index feb8c404e8..352540ec16 100644 --- a/conformance/tests/gateway-with-attached-routes.go +++ b/conformance/tests/gateway-with-attached-routes.go @@ -101,11 +101,6 @@ var GatewayWithAttachedRoutes = suite.ConformanceTest{ Kind: v1.Kind("HTTPRoute"), }}, Conditions: []metav1.Condition{ - { - Type: string(v1.ListenerConditionAccepted), - Status: metav1.ConditionTrue, - Reason: "", // any reason - }, { Type: string(v1.ListenerConditionProgrammed), Status: metav1.ConditionFalse, @@ -125,7 +120,7 @@ var GatewayWithAttachedRoutes = suite.ConformanceTest{ hrouteNN := types.NamespacedName{Name: "http-route-4", Namespace: "gateway-conformance-infra"} notAccepted := metav1.Condition{ Type: string(v1.RouteConditionAccepted), - Status: metav1.ConditionTrue, + Status: metav1.ConditionFalse, Reason: "", // any reason } unresolved := metav1.Condition{