diff options
-rw-r--r-- | gnu/packages/golang-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 3bc52b1b15..c6aa99f65a 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15954,6 +15954,7 @@ Go.") (build-system go-build-system) (arguments (list + #:test-flags #~(list "-skip" "TestFailoverHandler") #:import-path "gopkg.in/inconshreveable/log15.v1")) (native-inputs (list go-github-com-stretchr-testify)) |