gh-118413: Temporarily skip test_release_task_refs
in free-threaded builds (#118491)
This commit is contained in:
parent
a7711a2a4e
commit
c408c36e9b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user