gnu: spice: Run tests sequentially.
* gnu/packages/spice.scm (spice)[arguments]: Add #:parallel-tests?.
This commit is contained in:
parent
af50b4abc0
commit
8504d19222
|
@ -211,6 +211,10 @@ which allows users to view a desktop computing environment.")
|
|||
`(#:configure-flags
|
||||
'("--enable-lz4"
|
||||
"--enable-automated-tests")
|
||||
|
||||
;; Several tests appear to be opening the same sockets concurrently.
|
||||
#:parallel-tests? #f
|
||||
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before 'check 'use-empty-ssl-cert-file
|
||||
(lambda _ (setenv "SSL_CERT_FILE" "/dev/null") #t)))))
|
||||
|
|
Loading…
Reference in New Issue