Skip to content

Commit 51c32c3

Browse files
authored
Merge pull request #2548 from frankbu/attached-routes
Fix attached routes confromance test
2 parents c9cd2a1 + 8bd5491 commit 51c32c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

conformance/tests/gateway-with-attached-routes.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,12 @@ var GatewayWithAttachedRoutes = suite.ConformanceTest{
118118
kubernetes.GatewayStatusMustHaveListeners(t, s.Client, s.TimeoutConfig, gwNN, listeners)
119119

120120
hrouteNN := types.NamespacedName{Name: "http-route-4", Namespace: "gateway-conformance-infra"}
121-
notAccepted := metav1.Condition{
122-
Type: string(v1.RouteConditionAccepted),
123-
Status: metav1.ConditionFalse,
124-
Reason: "", // any reason
125-
}
126121
unresolved := metav1.Condition{
127122
Type: string(v1.RouteConditionResolvedRefs),
128123
Status: metav1.ConditionFalse,
129124
Reason: "", // any reason
130125
}
131126

132-
kubernetes.HTTPRouteMustHaveCondition(t, s.Client, s.TimeoutConfig, hrouteNN, gwNN, notAccepted)
133127
kubernetes.HTTPRouteMustHaveCondition(t, s.Client, s.TimeoutConfig, hrouteNN, gwNN, unresolved)
134128
})
135129
},

0 commit comments

Comments
 (0)