diff --git a/zebra-network/src/peer_set/initialize/tests/vectors.rs b/zebra-network/src/peer_set/initialize/tests/vectors.rs index a7fb38d5..d7ef0bd8 100644 --- a/zebra-network/src/peer_set/initialize/tests/vectors.rs +++ b/zebra-network/src/peer_set/initialize/tests/vectors.rs @@ -949,6 +949,10 @@ async fn listener_peer_limit_default_handshake_error() { /// Test the listener with the default inbound peer limit, /// and a handshaker that returns success then disconnects the peer. +/// +/// TODO: tweak the crawler timeouts and rate-limits so we get over the actual limit on macOS +/// (currently, getting over the limit can take 30 seconds or more) +#[cfg(not(target_os = "macos"))] #[tokio::test] async fn listener_peer_limit_default_handshake_ok_then_drop() { zebra_test::init();