gnu: rust-dhcproto-0.9: Skip a test.

* gnu/packages/crates-io.scm (rust-dhcproto-0.9)[arguments]: Add
cargo-test-flags.

Change-Id: I44ad6ec14ea42e0983459fd67dfe0b40384af2d7
This commit is contained in:
Efraim Flashner 2024-06-21 14:41:36 +03:00
parent 0a83e426f1
commit 1707e1678f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -21227,7 +21227,9 @@ (define-public rust-dhcproto-0.9
(base32 "1hsbl77lxvxa94ihn2vna1sx2icrkch427w24a883xymhm9h9vnw"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-dhcproto-macros" ,rust-dhcproto-macros-0.1)
`(#:cargo-test-flags '("--release" "--"
"--skip=v6::options::tests::test_range_binsearch")
#:cargo-inputs (("rust-dhcproto-macros" ,rust-dhcproto-macros-0.1)
("rust-hex" ,rust-hex-0.4)
("rust-ipnet" ,rust-ipnet-2)
("rust-rand" ,rust-rand-0.8)