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:
Alejandro Pedraza 2025-04-02 17:01:22 -05:00 committed by GitHub
parent d6e4faf428
commit 2172d3ae60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -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)