mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-tokio-rustls-0.14: Skip tests.
* gnu/packages/crates-io.scm (rust-tokio-rustls-0.14)[arguments]: Skip the test suite. Change-Id: I718bae94a6ea56c93ceeac184b5071745190140d
This commit is contained in:
parent
ebe82eee07
commit
af0acca9e8
1 changed files with 2 additions and 1 deletions
|
@ -78615,7 +78615,8 @@ (define-public rust-tokio-rustls-0.14
|
|||
(base32
|
||||
"16l8kx3j7i3jxq36qs3hnmys6cd2zqcixc1n0kf3kymwanr32a71"))))
|
||||
(arguments
|
||||
`(;; These tests require network access.
|
||||
`(#:tests? #f ; Issue with the certificate test dates.
|
||||
;; These tests require network access.
|
||||
#:cargo-test-flags '("--release" "--" "--skip=tls12" "--skip=modern")
|
||||
#:cargo-inputs
|
||||
(("rust-bytes" ,rust-bytes-0.5)
|
||||
|
|
Loading…
Reference in a new issue