M gnu/packages/linux.scm => gnu/packages/linux.scm +10 -0
@@ 9104,6 9104,16 @@ of flash storage.")
(list
#:configure-flags #~(list "--disable-static")
#:phases #~(modify-phases %standard-phases
+ #$@(if (target-ppc32?)
+ ;; This test is removed upstream. See upstream commit
+ ;; 7db46d72f13c172b290818f624c2966bd0db5677
+ #~((add-after 'unpack 'skip-62-sim-arch-tests
+ (lambda _
+ (substitute*
+ "tests/62-sim-arch_transactions.tests"
+ (("test type: bpf-sim-fuzz") "")
+ (("62-sim-arch_transactions 5") "")))))
+ #~())
(add-before 'check 'skip-load-test
(lambda _
;; This test does a native system call and fails when