mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
501cdc0c6b
commit
63727777a6
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue