gnu: go-github-com-kr-fs: Fix tests.

* gnu/packages/golang.scm (go-github-com-kr-fs) [arguments]<test-flags>:
Skip one failing test.

Change-Id: I4f80205496127d3760a678e591eb58d0672d1b2a
This commit is contained in:
Sharlatan Hellseher 2024-12-15 13:41:54 +00:00
parent 1d90683d5b
commit f30e497a36
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4258,7 +4258,9 @@ have super fancy logs.")
"11zg176x9hr9q7fsk95r6q0wf214gg4czy02slax4x56n79g6a7q"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/kr/fs"))
(list
#:import-path "github.com/kr/fs"
#:test-flags #~(list "-skip" "TestBug3486")))
(home-page "https://github.com/kr/fs")
(synopsis "File-system-related functions for Go")
(description