diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-07 16:29:01 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-18 14:07:31 +0100 |
| commit | 855ac269c04f0dd2a014ed66f4d38e16cccafb29 (patch) | |
| tree | 64245e64d54bc878eaa3ab55ea20eeab7f622dbe | |
| parent | 08b0d3a441825e633d77da1f9a0282e2f8d54076 (diff) | |
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
| -rw-r--r-- | gnu/packages/golang-web.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index ab915e66528..96581386115 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -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 |
