guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Leo Famulari
Subject: 01/04: gnu: go-github-com-kardianos-osext: Skip the tests.
Date: Tue, 1 May 2018 10:54:38 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 80da197ad4f8fcfe4de5dc5b9785f28f095c3784
Author: Leo Famulari <address@hidden>
Date:   Thu Apr 26 21:49:31 2018 -0400

    gnu: go-github-com-kardianos-osext: Skip the tests.
    
    * gnu/packages/syncthing.scm (go-github-com-kardianos-osext)[arguments]:
    Disable the test suite.
---
 gnu/packages/syncthing.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index ea24be2..485162a 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -505,7 +505,10 @@ address of the default LAN gateway.")
                   "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]