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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user