1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: go-github-com-sirupsen-logrus: Skip one test.

* gnu/packages/golang.scm (go-github-com-sirupsen-logrus)
[arguments]<test-flags>: Skip one failing test.

Change-Id: I23aec0766e2667c6c53272458162e10435c30ab4
This commit is contained in:
Sharlatan Hellseher 2024-12-12 23:47:05 +00:00
parent 4d705da70c
commit 93517366b1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3146,6 +3146,7 @@ containers.")
(arguments
(list
#:import-path "github.com/sirupsen/logrus"
#:test-flags #~(list "-skip" "TestNestedLoggingReportsCorrectCaller")
#:phases
#~(modify-phases %standard-phases
(replace 'check