-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frontend: ci test seems to be flaky #1163
Comments
I've seen these unit test flakes before. It may be a panic being masked by the |
mbarnes
pushed a commit
that referenced
this issue
Feb 15, 2025
This effectively disables MiddlewarePanic when running unit tests. Catching a panic can sometimes obscure the root cause of a test failure, especially when the panic is intermittent and happens during a CI pipeline run where there's no opportunity to debug. This has been observed at least once before in #833 and may be happening again according to #1163
mbarnes
pushed a commit
that referenced
this issue
Feb 17, 2025
This effectively disables MiddlewarePanic when running unit tests. Catching a panic can sometimes obscure the root cause of a test failure, especially when the panic is intermittent and happens during a CI pipeline run where there's no opportunity to debug. This has been observed at least once before in #833 and may be happening again according to #1163
I changed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/Azure/ARO-HCP/actions/runs/13010842188/job/36287996416?pr=1132
The text was updated successfully, but these errors were encountered: