()
| 373 | ) |
| 374 | @pytest.mark.xfail("env.GRAALPY", reason="TODO should be fixed on GraalPy side") |
| 375 | def test_flaky_exception_failure_point_init(): |
| 376 | if sys.version_info[:2] < (3, 12): |
| 377 | _test_flaky_exception_failure_point_init_before_py_3_12() |
| 378 | else: |
| 379 | _test_flaky_exception_failure_point_init_py_3_12() |
| 380 | |
| 381 | |
| 382 | @pytest.mark.xfail("env.GRAALPY", reason="TODO should be fixed on GraalPy side") |
nothing calls this directly
no test coverage detected