gnu: go-github-com-quic-go-webtransport-go: Fix tests.

* gnu/packages/golang-web.scm (go-github-com-quic-go-webtransport-go)
[arguments] <test-flags>: Skip one test.

Change-Id: I1fa7288e9fa60be10310fcd8dbc6347b55769ef5
This commit is contained in:
Sharlatan Hellseher 2024-12-23 12:25:27 +00:00
parent 501cdc0c6b
commit 63727777a6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5818,7 +5818,9 @@ (define-public go-github-com-quic-go-webtransport-go
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/quic-go/webtransport-go"))
#:import-path "github.com/quic-go/webtransport-go"
;; Error: "68" is not greater than "80"
#:test-flags #~(list "-skip" "TestDatagrams")))
(native-inputs
(list go-go-uber-org-mock
go-github-com-stretchr-testify))