mirror of
https://github.com/python/cpython.git
synced 2025-09-19 23:20:25 +00:00
GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated JIT CI (#122969)
This commit is contained in:
parent
325e9b8ef4
commit
7b8328b6b3
2 changed files with 2 additions and 1 deletions
|
@ -4000,7 +4000,7 @@ class ConfigDictTest(BaseTest):
|
||||||
@skip_if_tsan_fork
|
@skip_if_tsan_fork
|
||||||
@support.requires_subprocess()
|
@support.requires_subprocess()
|
||||||
@unittest.skipUnless(support.Py_DEBUG, "requires a debug build for testing"
|
@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):
|
def test_config_queue_handler_multiprocessing_context(self):
|
||||||
# regression test for gh-121723
|
# regression test for gh-121723
|
||||||
if support.MS_WINDOWS:
|
if support.MS_WINDOWS:
|
||||||
|
|
|
@ -14,6 +14,7 @@ test.test_init.ProcessPoolForkFailingInitializerTest.test_initializer
|
||||||
test.test_logging.ConfigDictTest.test_111615
|
test.test_logging.ConfigDictTest.test_111615
|
||||||
test.test_logging.ConfigDictTest.test_config_queue_handler
|
test.test_logging.ConfigDictTest.test_config_queue_handler
|
||||||
test.test_logging.ConfigDictTest.test_multiprocessing_queues
|
test.test_logging.ConfigDictTest.test_multiprocessing_queues
|
||||||
|
test.test_logging.ConfigDictTest.test_config_queue_handler_multiprocessing_context
|
||||||
test.test_os.ForkTests.test_fork_warns_when_non_python_thread_exists
|
test.test_os.ForkTests.test_fork_warns_when_non_python_thread_exists
|
||||||
test.test_os.TimerfdTests.test_timerfd_initval
|
test.test_os.TimerfdTests.test_timerfd_initval
|
||||||
test.test_os.TimerfdTests.test_timerfd_interval
|
test.test_os.TimerfdTests.test_timerfd_interval
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue