1
Fork 0
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:
Sharlatan Hellseher 2025-01-08 19:36:31 +00:00
parent 2f4ea332de
commit 9a88ba7802
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")