mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542)
(cherry picked from commit f171877ebe)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
			
			
This commit is contained in:
		
							parent
							
								
									ea298e1e33
								
							
						
					
					
						commit
						b3c50b29e1
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -684,6 +684,8 @@ class SubprocessThreadedWatcherTests(SubprocessWatcherMixin, | ||||||
| 
 | 
 | ||||||
|         Watcher = unix_events.ThreadedChildWatcher |         Watcher = unix_events.ThreadedChildWatcher | ||||||
| 
 | 
 | ||||||
|  |     @unittest.skip("bpo-38323: MultiLoopChildWatcher has a race condition \ | ||||||
|  |                     and these tests can hang the test suite") | ||||||
|     class SubprocessMultiLoopWatcherTests(SubprocessWatcherMixin, |     class SubprocessMultiLoopWatcherTests(SubprocessWatcherMixin, | ||||||
|                                           test_utils.TestCase): |                                           test_utils.TestCase): | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Miss Islington (bot)
						Miss Islington (bot)