guix_mirror_bot pushed a commit to branch go-team in repository guix. commit fc6027470c2a02e3243536c9a130b524ca8cc98a Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Jun 10 23:32:41 2025 +0100
gnu: go-github-com-libp2p-go-libp2p-kad-dht: Skip one test. * gnu/packages/ipfs.scm (go-github-com-libp2p-go-libp2p-kad-dht) [arguments] <test-flags>: Skip one failing test. Change-Id: I3fb8d849aad1d1ed524c9e6690b42bda850973cd --- gnu/packages/ipfs.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index d2193e81e3..380e478e53 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -2089,7 +2089,9 @@ through @url{https://github.com/libp2p/libp2p, LibP2P} using Go's standard (arguments (list #:embed-files #~(list "sorted-network-list.bin") - #:import-path "github.com/libp2p/go-libp2p-kad-dht")) + #:import-path "github.com/libp2p/go-libp2p-kad-dht" + ;; Error: "[]" should have 3 item(s), but has 0 + #:test-flags #~(list "-skip" "TestIPDiversityFilter/Different_IPv6_blocks"))) (native-inputs (list go-github-com-ipfs-go-test go-github-com-stretchr-testify))