Skip to content

Commit 30378e2

Browse files
committed
avoid macos test error after multicast permission
1 parent bec6752 commit 30378e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ fn message_size(transport: Transport, message_size: usize) {
336336
});
337337
}
338338

339+
#[cfg(target_os = "macos")]
340+
#[ignore = "macos requires to enable permission for multicast"]
339341
#[test]
340342
fn multicast_reuse_addr() {
341343
//util::init_logger(LogThread::Disabled); // Enable it for better debugging

0 commit comments

Comments
 (0)