Blob Blame History Raw
[features]
hide = [
    "force-system-lib-on-osx",
    "mesalink",
    "rustls",
    "static-curl",
    "static-ssl",
    "windows-static-ssl",
    "zlib-ng-compat",
]

[tests]
skip = [
    "abort_read",
    "upload_lots",
    "'src/easy/handle.rs'",
    "'src/easy/handler.rs'",
]
comments = [
    "skip a test that hangs indefinitely: upload_lots",
    "skip two tests that require internet connectivity: src/easy/handle{,r}.rs",
    "skip a test that fails with curl 8.7+ for unknown reasons: abort_read",
]