dspo commented on code in PR #2467: URL: https://github.com/apache/apisix-ingress-controller/pull/2467#discussion_r2196314475
########## test/e2e/apisix/status.go: ########## @@ -125,7 +115,7 @@ spec: applier.MustApplyAPIv2(types.NamespacedName{Namespace: s.Namespace(), Name: "default"}, &apiv2.ApisixRoute{}, ar) By("check ApisixRoute status") - assertion(func() string { + s.RetryAssertion(func() string { Review Comment: It is waiting for Condition Accepted's status to be True in `applier.MustApplyAPIv2`. It is unnecessary to `s.RetryAssertion` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org