[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: rust-arrow-json-47: Skip another test.
From: |
guix-commits |
Subject: |
01/04: gnu: rust-arrow-json-47: Skip another test. |
Date: |
Tue, 20 Feb 2024 04:22:43 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 9bb27af703ccd85aae884ecb11feffc791bcecc6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 20 10:27:27 2024 +0200
gnu: rust-arrow-json-47: Skip another test.
* gnu/packages/crates-io.scm (rust-arrow-json-47)[arguments]: Add
another test to skip to the cargo-test-flags.
Change-Id: I47843604439feca363fe629438b5383f8957baae
---
gnu/packages/crates-io.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 42bbe55579..3c3c9cca4b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2887,7 +2887,8 @@ Interprocess Communication} format.")
"--skip=writer::tests::test_write_single_batch"
"--skip=writer::tests::write_arrays"
"--skip=writer::tests::write_basic_nulls"
- "--skip=writer::tests::write_basic_rows")
+ "--skip=writer::tests::write_basic_rows"
+ "--skip=writer::tests::write_durations")
#:cargo-inputs
(("rust-arrow-array" ,rust-arrow-array-47)
("rust-arrow-buffer" ,rust-arrow-buffer-47)