gnu: kgpg: Skip flaky test.
* gnu/packages/kde-pim.scm (kgpg)[arguments]: Skip "kgpg-export" test.
This commit is contained in:
		
							parent
							
								
									9b283090e9
								
							
						
					
					
						commit
						bbd6f715e8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -954,8 +954,8 @@ package.")
 | 
				
			||||||
                 (lambda* (#:key tests? #:allow-other-keys)
 | 
					                 (lambda* (#:key tests? #:allow-other-keys)
 | 
				
			||||||
                   (when tests?
 | 
					                   (when tests?
 | 
				
			||||||
                     (setenv "HOME" (getcwd))
 | 
					                     (setenv "HOME" (getcwd))
 | 
				
			||||||
                     ;; XXX: This test fails randomly.
 | 
					                     ;; XXX: Those tests fails randomly.
 | 
				
			||||||
                     (invoke "ctest" "-E" "kgpg-import")))))))
 | 
					                     (invoke "ctest" "-E" "kgpg-import|kgpg-export")))))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list extra-cmake-modules
 | 
					     (list extra-cmake-modules
 | 
				
			||||||
           gnupg ;; TODO: Remove after gpgme uses fixed path
 | 
					           gnupg ;; TODO: Remove after gpgme uses fixed path
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue