gnu: gst-plugins-bad: Disable the nondeterministic 'shm_live' test.
* gnu/packages/gstreamer.scm (gst-plugins-bad):
[phases]{adjust-tests}: Disable the 'shm' test suite, which includes
'shm_live'.
			
			
This commit is contained in:
		
							parent
							
								
									7b15e14a90
								
							
						
					
					
						commit
						b05f3e6a9b
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -768,6 +768,11 @@ model to base your own plug-in on, here it is.")
 | 
			
		|||
                 ((".*elements/msdkh264enc\\.c.*") "")
 | 
			
		||||
                 ((".*elements/svthevcenc\\.c.*") "")
 | 
			
		||||
 | 
			
		||||
                 ;; The 'elements_shm.test_shm_live' test sometimes times out
 | 
			
		||||
                 ;; (see:
 | 
			
		||||
                 ;; https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/790).
 | 
			
		||||
                 ((".*'elements/shm\\.c'.*") "")
 | 
			
		||||
 | 
			
		||||
                 ;; FIXME: Why is this failing.
 | 
			
		||||
                 ((".*elements/dash_mpd\\.c.*") "")
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue