mirror of https://github.com/linkerd/linkerd2.git
test(multicluster): don't retry the "extension is managing controllers" test (#13897)
This is just a warning, and there's no waiting for some eventual convergence here, so the test should not be retried. Plus it's unnecessarily delaying the integration tests.
This commit is contained in:
parent
d6e4faf428
commit
2172d3ae60
|
|
@ -226,8 +226,6 @@ func multiclusterCategory(hc *healthChecker, wait time.Duration) *healthcheck.Ca
|
|||
checkers = append(checkers,
|
||||
*healthcheck.NewChecker("extension is managing controllers").
|
||||
WithHintAnchor("l5d-multicluster-managed-controllers").
|
||||
WithRetryDeadline(hc.RetryDeadline).
|
||||
SurfaceErrorOnRetry().
|
||||
Warning().
|
||||
WithCheck(func(ctx context.Context) error {
|
||||
return hc.checkLegacyController(ctx)
|
||||
|
|
|
|||
Loading…
Reference in New Issue