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.
19 lines
313 B
19 lines
313 B
1 year ago
|
[features]
|
||
|
hide = [
|
||
|
"rustls",
|
||
|
"tokio-rustls",
|
||
|
"webpki-roots",
|
||
|
"dns-over-https-rustls",
|
||
|
"dns-over-quic",
|
||
|
"dns-over-rustls",
|
||
|
"dnssec-ring",
|
||
|
]
|
||
|
|
||
|
[tests]
|
||
|
run = ["none"]
|
||
|
comments = [
|
||
|
"/etc/hosts and /etc/resolv.conf are not available in mock",
|
||
|
"no internet connectivity in mock",
|
||
|
]
|
||
|
|