From e827f40479dc6b652fbb92fe8a64b50cec83731b Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 28 Nov 2020 21:34:56 +0000 Subject: gnu: exa: Disable a failing test. This test seems to have started failing on the staging branch, with the change from Rust 1.39 to 1.45. ---- options::view::test::time_types::cr stdout ---- thread 'options::view::test::time_types::cr' panicked at 'called `Result::unwrap_err()` on an `Ok` value: TimeTypes { modified: false, changed: false, accessed: false, created: true }', src/options/view.rs:545:9 * gnu/packages/rust-apps.scm (exa)[arguments]: Disable a failing test. --- gnu/packages/rust-apps.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/rust-apps.scm') diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 4b66429335..33f1806880 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -85,6 +85,7 @@ (substitute* "src/options/view.rs" (("test!\\(across:.*") "") + (("test!\\(cr:.*") "") (("test!\\(empty:.*") "") (("test!\\(gracross:.*") "") (("test!\\(grid:.*") "") -- cgit v1.2.3