We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
queue
1 parent 7861dfd commit bee2a11Copy full SHA for bee2a11
Lib/test/test_queue.py
@@ -403,11 +403,11 @@ def _shutdown_all_methods_in_many_threads(self, immediate):
403
for thread in ps[1:]:
404
thread.join()
405
406
- @unittest.skipIf(sys.platform == "win32", "test times out (gh-115258)")
+ @unittest.skip("test times out (gh-115258)")
407
def test_shutdown_all_methods_in_many_threads(self):
408
return self._shutdown_all_methods_in_many_threads(False)
409
410
411
def test_shutdown_immediate_all_methods_in_many_threads(self):
412
return self._shutdown_all_methods_in_many_threads(True)
413
0 commit comments