Skip to content

Commit 6a6076a

Browse files
committed
core::rt: Ignore tcp test multiple_connect_interleaved_lazy_schedule
Hangs on mac.
1 parent b04fce6 commit 6a6076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/rt/io/net/tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ mod test {
238238
}
239239
}
240240

241-
#[test]
241+
#[test] #[ignore(reason = "hangs on mac")]
242242
fn multiple_connect_interleaved_lazy_schedule() {
243243
do run_in_newsched_task {
244244
let addr = next_test_ip4();

0 commit comments

Comments
 (0)