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:
parent
7bba67d97b
commit
af12f20732
|
|
@ -1204,12 +1204,6 @@ where
|
||||||
T: ZebradTestDirExt,
|
T: ZebradTestDirExt,
|
||||||
U: 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
|
// Start the first node
|
||||||
let node1 = first_dir.spawn_child(&["start"])?;
|
let node1 = first_dir.spawn_child(&["start"])?;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue