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 4d86c45e22
commit c248c7d230
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7561,7 +7561,9 @@ (define-public go-go-opentelemetry-io-otel
(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