You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test tests/tools/test_vision_tools.py::TestErrorLoggingExcInfo::test_analysis_error_logs_exc_info is failing consistently on the main branch, causing all PR CI checks to fail regardless of the PR's actual changes.
Description
The test
tests/tools/test_vision_tools.py::TestErrorLoggingExcInfo::test_analysis_error_logs_exc_infois failing consistently on the main branch, causing all PR CI checks to fail regardless of the PR's actual changes.Evidence
Impact
This blocks all PR merges until the test is fixed or marked as flaky.
Suggested Fix
Either:
@pytest.mark.flakyif it's intermittent@pytest.mark.skipuntil root cause is identified