Skip to content

Commit

Permalink
pythongh-118413: Temporarily skip test_release_task_refs in free-th…
Browse files Browse the repository at this point in the history
…readed builds (python#118491)
  • Loading branch information
colesbury authored and SonicField committed May 8, 2024
1 parent 0d0281c commit 0423337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/_test_multiprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2804,6 +2804,7 @@ def test_map_no_failfast(self):
# 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.
Expand Down

0 comments on commit 0423337

Please sign in to comment.