1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: go-github-com-quic-go-quic-go: Skip one test.

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

Change-Id: I8f242ff65ba46dd579b79ceacdb27b99c857be4a
This commit is contained in:
Sharlatan Hellseher
2026-03-07 16:29:01 +00:00
committed by Andreas Enge
parent 08b0d3a441
commit 855ac269c0

View File

@@ -13388,8 +13388,9 @@ implementation in the Go standard library}.")
(list
#:import-path "github.com/quic-go/quic-go"
#:test-flags
;; Error: Should NOT be empty, but was []
#~(list "-skip" "TestHandshakePacketBuffering")
;; [1] Error: Should NOT be empty, but was []
;; [2] Error: Received unexpected error: Application error 0x0 (remote)
#~(list "-skip" "TestHandshakePacketBuffering|TestDrainServerAcceptQueue")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'remove-examples