Skip to content

Commit

Permalink
Re-enable macOS conflict tests
Browse files Browse the repository at this point in the history
We disabled these tests pending ZcashFoundation#1613. But the comment incorrectly said
we were waiting for ZcashFoundation#1631.
  • Loading branch information
teor2345 committed Feb 18, 2021
1 parent 0d58f8d commit 5f7302d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"])?;

Expand Down

0 comments on commit 5f7302d

Please sign in to comment.