mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.13] GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated JIT CI (GH-122991)
(cherry picked from commit 7b8328b6b3
)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This commit is contained in:
parent
6cd67e413b
commit
5148e03f0f
2 changed files with 2 additions and 1 deletions
|
@ -3999,7 +3999,7 @@ class ConfigDictTest(BaseTest):
|
|||
@skip_if_tsan_fork
|
||||
@support.requires_subprocess()
|
||||
@unittest.skipUnless(support.Py_DEBUG, "requires a debug build for testing"
|
||||
"assertions in multiprocessing")
|
||||
" assertions in multiprocessing")
|
||||
def test_config_queue_handler_multiprocessing_context(self):
|
||||
# regression test for gh-121723
|
||||
if support.MS_WINDOWS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue