Set hosts test to ignore, as Github Actions are hostsless from now on, it seems.

This commit is contained in:
Revertron
2021-04-21 23:13:47 +02:00
parent 864edab203
commit e34d16aaed
+1
View File
@@ -84,6 +84,7 @@ mod tests {
use std::env;
#[test]
#[ignore]
pub fn load_hosts() {
let filter = if cfg!(target_os = "windows") {
if let Ok(root) = env::var("SYSTEMROOT") {