Re-enable macOS conflict tests

We disabled these tests pending #1613. But the comment incorrectly said
we were waiting for #1631.
This commit is contained in:
teor 2021-02-19 09:59:34 +10:00
parent 7bba67d97b
commit af12f20732
1 changed files with 0 additions and 6 deletions

View File

@ -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"])?;