cleanup workspace features

This commit is contained in:
Benjamin Fry
2023-05-08 15:40:35 -07:00
committed by Dirkjan Ochtman
parent 7a9e39a863
commit 3a099742fa
18 changed files with 73 additions and 86 deletions

View File

@@ -1172,6 +1172,7 @@ mod tests {
#[ignore]
// these appear to not work on CI, test on macos with `10.1.0.104 a.com`
#[cfg(unix)]
#[cfg(feature = "system-config")]
fn test_hosts_lookup() {
use super::testing::hosts_lookup_test;
let io_loop = Runtime::new().expect("failed to create tokio runtime io_loop");