parent
a9fbf2a67d
commit
6467ce57b6
@ -1,8 +0,0 @@
|
||||
[DEFAULT]
|
||||
unwanted-features =
|
||||
force-system-lib-on-osx
|
||||
mesalink
|
||||
rustls
|
||||
static-curl
|
||||
static-ssl
|
||||
zlib-ng-compat
|
@ -0,0 +1,21 @@
|
||||
[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",
|
||||
]
|
||||
|
Loading…
Reference in new issue