Skip to content
Snippets Groups Projects
Unverified Commit 80da197a authored by Leo Famulari's avatar Leo Famulari
Browse files

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

* gnu/packages/syncthing.scm (go-github-com-kardianos-osext)[arguments]:
Disable the test suite.
parent 6c46e8e6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment