diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2954a981f93..7c637a90df1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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