gnu: java-simple-xml: Disable one test.
* gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable NoAnnotationsRequiredTest.
This commit is contained in:
		
							parent
							
								
									6fbff5c8bd
								
							
						
					
					
						commit
						d04261241b
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1553,6 +1553,8 @@ Excel(TM) since version 2007.")
 | 
			
		|||
    (arguments
 | 
			
		||||
     `(#:build-target "build"
 | 
			
		||||
       #:test-target "test"
 | 
			
		||||
       ;; This test sometimes fails with an out of memory exception
 | 
			
		||||
       #:test-exclude (list "**/NoAnnotationsRequiredTest.java")
 | 
			
		||||
       #:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (replace 'install (install-jars "jar")))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue