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-curl/rust2rpm.toml

22 lines
354 B

[features]
hide = [
"force-system-lib-on-osx",
"mesalink",
"rustls",
"static-curl",
"static-ssl",
"zlib-ng-compat",
]
[tests]
skip = [
"upload_lots",
"'src/easy/handle.rs'",
"'src/easy/handler.rs'",
]
comments = [
"skip a test that hangs indefinitely",
"skip two tests that require internet connectivity",
]