Skip to content

Commit cb83922

Browse files
committed
add macos test note
1 parent 25209f5 commit cb83922

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

actix-tls/tests/test_connect.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ async fn test_local_addr() {
143143
})
144144
});
145145

146+
// if you've arrived here because of a failing test on macOS run this in your terminal:
147+
// sudo ifconfig lo0 alias 127.0.0.3
148+
146149
let conn = Connector::default().service();
147150
let local = IpAddr::V4(Ipv4Addr::new(127, 0, 0, 3));
148151

0 commit comments

Comments
 (0)