guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

292/300: gnu: coreutils: Skip ‘cp/reflink-auto.sh’ as it can fail on Btr


From: guix-commits
Subject: 292/300: gnu: coreutils: Skip ‘cp/reflink-auto.sh’ as it can fail on Btrfs.
Date: Wed, 26 Mar 2025 18:38:29 -0400 (EDT)

janneke pushed a commit to branch core-packages-team-old
in repository guix.

commit bbd3901b120d1e6b5fc670b32aca88753e5e9ebf
Author: Collin J. Doering <collin@rekahsoft.ca>
AuthorDate: Mon Nov 4 10:42:21 2024 -0500

    gnu: coreutils: Skip ‘cp/reflink-auto.sh’ as it can fail on Btrfs.
    
    * gnu/packages/base.scm (coreutils): Similarly to
    Nix (https://github.com/NixOS/nixpkgs/pull/190211), disable
    tests/cp/reflink-auto.sh test as it can fail on Btrfs.  This was
    discovered by the cuirass.genenetwork.org build farm.
    
    Change-Id: If1cc3d516c5807e580ec64ab93670e30090581a7
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/base.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 5be451eb80..c39ec9e93d 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -537,6 +537,8 @@ used to apply commands with arbitrarily long arguments.")
                                    "tests/split/fail.sh"
                                    ;; These tests error
                                    "tests/dd/nocache.sh"
+                                   ;; These tests can intermitently fail on 
btrfs
+                                   "tests/cp/reflink-auto.sh"
                                    ;; These tests fail
                                    "tests/cp/sparse.sh"
                                    "tests/cp/special-f.sh"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]