gnu: rust-tokio-rustls-0.13: Skip tests.

* gnu/packages/crates-io.scm (rust-tokio-rustls-0.13)[arguments]: Remove
cargo-test-flags.  Skip the tests.

Change-Id: Ia28d66118fa6115fe162a1ba26f0872a54016154
This commit is contained in:
Efraim Flashner 2023-10-25 10:59:26 +03:00
parent 787038e908
commit d0f027073c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -78328,8 +78328,7 @@ (define-public rust-tokio-rustls-0.13
(base32
"1d2iy01v5psvm0ygcflzjna7zwgwk36w36bfr6mqf1vpsah65jqm"))))
(arguments
`(;; These tests require network access.
#:cargo-test-flags '("--release" "--" "--skip=tls12" "--skip=modern")
`(#:tests? #f ; Bundled test certificates expired
#:cargo-inputs
(("rust-bytes" ,rust-bytes-0.5)
("rust-futures-core" ,rust-futures-core-0.3)