diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 67957caae0..0b7858e4fe 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -7509,7 +7509,11 @@ anniversaries.") "TestNodeCache" "TestProfiler" "TestSoftwareProfiler" - "TestTraceFSMount") + "TestTraceFSMount" + #$@(if (target-arm?) + '("TestDataTLB" + "TestInstructionTLB") + '())) "|")))) (native-inputs (list go-github-com-stretchr-testify))