1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 17:50:34 +02:00

gnu: go-go-opentelemetry-io-otel: Fix build.

* gnu/packages/golang-web.scm (go-go-opentelemetry-io-otel) [arguments]
<test-flags>: Skip one test.

Change-Id: I38899669f900fb6948866f41b9adcdbd530c4be4
This commit is contained in:
Sharlatan Hellseher
2024-12-30 13:33:50 +00:00
parent 8b0e4b8ef6
commit d0fc731e90

View File

@@ -7561,7 +7561,9 @@ connection management for @url{https://github.com/xtaci/kcp-go,kcp-go}.")
(build-system go-build-system)
(arguments
(list
#:import-path "go.opentelemetry.io/otel"))
#:import-path "go.opentelemetry.io/otel"
;; Error: Both arguments must be pointers.
#:test-flags #~(list "-skip" "TestTraceProviderDelegatesSameInstance")))
(native-inputs
(list go-github-com-stretchr-testify))
(propagated-inputs