gh-118413: Temporarily skip `test_release_task_refs` in free-threaded builds (#118491)

This commit is contained in:
Sam Gross 2024-05-01 17:58:22 -04:00 committed by GitHub
parent a7711a2a4e
commit c408c36e9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -2804,6 +2804,7 @@ class _TestPool(BaseTestCase):
# check that we indeed waited for all jobs
self.assertGreater(time.monotonic() - t_start, 0.9)
@support.requires_gil_enabled("gh-118413: test is flaky with GIL disabled")
def test_release_task_refs(self):
# Issue #29861: task arguments and results should not be kept
# alive after we are done with them.