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
parent
ebe82eee07
commit
af0acca9e8
|
@ -78615,7 +78615,8 @@ Rustls.")
|
|||
(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)
|
||||
|
|
Reference in New Issue