Skip to content

Flaky test: test_vision_tools.py::TestErrorLoggingExcInfo::test_analysis_error_logs_exc_info failing on main #835

@Bartok9

Description

@Bartok9

Description

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.

Evidence

tests/tools/test_vision_tools.py:257: in test_analysis_error_logs_exc_info
    assert any(r.exc_info is not None for r in error_records)
E   assert False

Impact

This blocks all PR merges until the test is fixed or marked as flaky.

Suggested Fix

Either:

  1. Fix the underlying issue in the test/code
  2. Mark the test as @pytest.mark.flaky if it's intermittent
  3. Skip the test temporarily with @pytest.mark.skip until root cause is identified

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions