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
1 changed files with 4 additions and 1 deletions

View File

@ -505,7 +505,10 @@ address of the default LAN gateway.")
"056dkgxrqjj5r18bnc3knlpgdz5p3yvp12y4y978hnsfhwaqvbjz")))) "056dkgxrqjj5r18bnc3knlpgdz5p3yvp12y4y978hnsfhwaqvbjz"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (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") (synopsis "Find the running executable")
(description "Osext provides a method for finding the current 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 file that is running. This can be used for upgrading the current executable or