mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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:
parent
4d86c45e22
commit
c248c7d230
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue