guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1eafd8c00e46e1181d64142c794f5a34ea759985
Author: Yelninei <[email protected]>
AuthorDate: Sat Oct 25 20:17:52 2025 +0000

    gnu: coreutils: Skip another test on the Hurd.
    
    This test fails after 9051aa1bd14559f37ae378105d00fc2d2ec4bbca.
    Previously it got skipped because the mtab file was not found.
    
    * gnu/packages/base.scm (coreutils): Skip 'cp/parent-perm-race' test on 
Hurd systems.
    
    Change-Id: I5c33cf585878b802a66bb763d5e94eca6a82a6ca
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/base.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index a9e97e0371..70ca4f8b23 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -527,6 +527,7 @@ used to apply commands with arbitrarily long arguments.")
                                    ;; These tests error
                                    "tests/dd/nocache.sh"
                                    ;; These tests fail
+                                   "tests/cp/parent-perm-race.sh"
                                    "tests/cp/sparse.sh"
                                    "tests/cp/special-f.sh"
                                    "tests/dd/bytes.sh"

Reply via email to