haskell-fsnotify: disable failing test suite
This commit is contained in:
		
							parent
							
								
									412062eb48
								
							
						
					
					
						commit
						4ce6d653bb
					
				@ -195,8 +195,9 @@ self: super: {
 | 
			
		||||
    else super.hfsevents;
 | 
			
		||||
 | 
			
		||||
  # FSEvents API is very buggy and tests are unreliable. See
 | 
			
		||||
  # http://openradar.appspot.com/10207999 and similar issues
 | 
			
		||||
  fsnotify = if pkgs.stdenv.isDarwin then dontCheck super.fsnotify else super.fsnotify;
 | 
			
		||||
  # http://openradar.appspot.com/10207999 and similar issues.
 | 
			
		||||
  # https://github.com/haskell-fswatch/hfsnotify/issues/62
 | 
			
		||||
  fsnotify = dontCheck super.fsnotify; # if pkgs.stdenv.isDarwin then dontCheck super.fsnotify else super.fsnotify;
 | 
			
		||||
 | 
			
		||||
  # the system-fileio tests use canonicalizePath, which fails in the sandbox
 | 
			
		||||
  system-fileio = if pkgs.stdenv.isDarwin then dontCheck super.system-fileio else super.system-fileio;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user