File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
graalpython/com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,6 @@ test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_release_ta
255
255
test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_resource_warning
256
256
test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap
257
257
test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap_async
258
- test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_terminate
259
258
test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_traceback
260
259
test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_wrapped_exception
261
260
test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_active_children
Original file line number Diff line number Diff line change @@ -616,6 +616,7 @@ def update_unittest_tags(args):
616
616
# Too unreliable in the CI
617
617
'graalpython.lib-python.3.test.test_multiprocessing_graalpy.WithProcessesTestProcess.test_many_processes' ,
618
618
'test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_many_processes' ,
619
+ 'test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_terminate' ,
619
620
# Transiently ends up with 2 processes
620
621
'test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_one' ,
621
622
'test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_killed_child' ,
You can’t perform that action at this time.
0 commit comments