From 5f7302df182b5fed141336649fbcd580061665cd Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 19 Feb 2021 09:59:34 +1000 Subject: [PATCH] Re-enable macOS conflict tests We disabled these tests pending #1613. But the comment incorrectly said we were waiting for #1631. --- zebrad/tests/acceptance.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zebrad/tests/acceptance.rs b/zebrad/tests/acceptance.rs index 101e5b9476d..2168ec321f8 100644 --- a/zebrad/tests/acceptance.rs +++ b/zebrad/tests/acceptance.rs @@ -1204,12 +1204,6 @@ where T: ZebradTestDirExt, U: ZebradTestDirExt, { - // By DNS issues we want to skip all port conflict tests on macOS by now. - // Follow up at #1631 - if cfg!(target_os = "macos") { - return Ok(()); - } - // Start the first node let node1 = first_dir.spawn_child(&["start"])?;