diff options
-rw-r--r-- | gnu/packages/golang-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index c8dd5015d6..ffc8e9acce 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -4801,7 +4801,8 @@ quoting, commenting, and escaping.") (build-system go-build-system) (arguments (list - #:import-path "github.com/fsnotify/fsnotify")) + #:import-path "github.com/fsnotify/fsnotify" + #:test-flags #~(list "-skip" "TestDiffMatch/3"))) (propagated-inputs (list go-golang-org-x-sys)) (home-page "https://github.com/fsnotify/fsnotify") |