gnu: glib: Avoid failing test caused by changes in the time zone database.
* gnu/packages/glib.scm (glib)[arguments]: Skip a failing test in 'disable-failing-tests' phase.
This commit is contained in:
		
							parent
							
								
									24c72670d9
								
							
						
					
					
						commit
						baa467762c
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
					@ -246,7 +246,12 @@ shared NFS home directories.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                     ("gio/tests/gdbus-unix-addresses.c"
 | 
					                     ("gio/tests/gdbus-unix-addresses.c"
 | 
				
			||||||
                      (;; Requires /etc/machine-id.
 | 
					                      (;; Requires /etc/machine-id.
 | 
				
			||||||
                       "/gdbus/x11-autolaunch")))))
 | 
					                       "/gdbus/x11-autolaunch"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                     ("glib/tests/gdatetime.c"
 | 
				
			||||||
 | 
					                      (;; Assumes that the Brasilian time zone is named 'BRT',
 | 
				
			||||||
 | 
					                       ;; which is no longer true as of tzdata-2017a.
 | 
				
			||||||
 | 
					                       "/GDateTime/new_full")))))
 | 
				
			||||||
              (and-map (lambda (x) (apply disable x)) failing-tests)))))
 | 
					              (and-map (lambda (x) (apply disable x)) failing-tests)))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      ;; Note: `--docdir' and `--htmldir' are not honored, so work around it.
 | 
					      ;; Note: `--docdir' and `--htmldir' are not honored, so work around it.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue