Archived
1
0
Fork 0

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
This commit is contained in:
Efraim Flashner 2024-02-20 10:27:27 +02:00
parent a733604598
commit 5c26a8c4d0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)