Skip to content

Commit

Permalink
Update tests/test_exceptions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Mar 21, 2024
1 parent 209083c commit a65c308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def pycatch(exctype, f, *args): # noqa: ARG001
assert str(excinfo.value) == "this is a helper-defined translated exception"


# TODO: Investigate this crash
# TODO: Investigate this crash, see pybind/pybind11#5062 for background
@pytest.mark.skipif(
sys.platform.startswith("win32") and "Clang" in pybind11_tests.compiler_info,
reason="Started sefaulting March 2024",
Expand Down

0 comments on commit a65c308

Please sign in to comment.