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:
Efraim Flashner 2023-11-04 22:18:49 +02:00
parent ebe82eee07
commit af0acca9e8
Signed by untrusted user: efraim
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

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