mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: go-github-com-fsnotify-fsnotify: Skip one test.
* gnu/packages/golang-xyz.scm (go-github-com-fsnotify-fsnotify) [arguments] <test-flags>: Skip one failing test. Change-Id: I978b5987e29953c228f6bf187d547cb1beebe939
This commit is contained in:
parent
2f4ea332de
commit
9a88ba7802
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue