gnu: go-github-com-kardianos-osext: Skip the tests.

* gnu/packages/syncthing.scm (go-github-com-kardianos-osext)[arguments]:
Disable the test suite.
This commit is contained in:
Leo Famulari 2018-04-26 21:49:31 -04:00
parent 6c46e8e693
commit 80da197ad4
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -505,7 +505,10 @@ (define-public go-github-com-kardianos-osext
"056dkgxrqjj5r18bnc3knlpgdz5p3yvp12y4y978hnsfhwaqvbjz"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/kardianos/osext"))
`(#:import-path "github.com/kardianos/osext"
;; The tests are flaky:
;; <https://github.com/kardianos/osext/issues/21>
#:tests? #f))
(synopsis "Find the running executable")
(description "Osext provides a method for finding the current executable
file that is running. This can be used for upgrading the current executable or