From 82484365d0212db116091a21dc613a3452d310bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ontje=20L=C3=BCnsdorf?= Date: Fri, 2 Jun 2023 15:21:02 +0200 Subject: [PATCH] gnu: proot: Skip failing test. To: guix-patches.gnu.org * gnu/packages/linux.scm (proot): Skip failing test. [arguments]: Skip test-5bed7141. --- gnu/packages/linux.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fc6f3cbda5..4d68083fe1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8239,6 +8239,10 @@ (define-public proot (setenv "PATH" (string-append (getenv "PATH") ":/bin")) (invoke "make" "check" "-C" "test" + ;; Disable failing test, see + ;; https://github.com/proot-me/proot/issues/352 + ;; for details. + "-o" "test-5bed7141" ;;"V=1" "-j" (number->string n)))))) (replace 'install base-commit: 75bdd4b05253c0e6ca5399f60e424f0f00fdb673 -- 2.39.2