You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-tokio-rustls/rust2rpm.toml

30 lines
802 B

[package]
cargo-toml-patch-comments = [
"default to \"ring\" crypto backend and drop \"aws-lc-rs\" backend",
]
[tests]
skip = [
# require internet access
"common::test_stream::stream_handshake_regression_issues_77",
"test_modern",
"test_tls12",
"test_tls12_vectored",
"test_modern_vectored",
# expired test certificate
"common::test_stream::stream_bad",
"common::test_stream::stream_buffered_handshake",
"common::test_stream::stream_eof",
"common::test_stream::stream_good",
"common::test_stream::stream_good_vectored",
"common::test_stream::stream_handshake",
"pass",
"test_lazy_config_acceptor",
]
skip-exact = true
comments = [
"skip tests that require internet access",
"skip tests that fail due to expired certificates",
]