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.
16 lines
250 B
16 lines
250 B
1 year ago
|
[features]
|
||
|
hide = [
|
||
|
"native-tls-vendored",
|
||
|
]
|
||
|
|
||
|
[tests]
|
||
|
skip = [
|
||
|
"test_allowed_methods",
|
||
|
"test_badssl_modern",
|
||
|
"test_badssl_self_signed",
|
||
|
"test_tls_info",
|
||
|
]
|
||
|
skip-exact = true
|
||
|
comments = ["skip tests which require internet access"]
|
||
|
|