Skip to content

Commit

Permalink
core::rt: Ignore tcp test multiple_connect_interleaved_lazy_schedule
Browse files Browse the repository at this point in the history
Hangs on mac.
  • Loading branch information
brson committed May 15, 2013
1 parent b04fce6 commit 6a6076a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/rt/io/net/tcp.rs
Expand Up @@ -238,7 +238,7 @@ mod test {
}
}

#[test]
#[test] #[ignore(reason = "hangs on mac")]
fn multiple_connect_interleaved_lazy_schedule() {
do run_in_newsched_task {
let addr = next_test_ip4();
Expand Down

4 comments on commit 6a6076a

@bors
Copy link
Contributor

@bors bors commented on 6a6076a May 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at brson@6a6076a

@bors
Copy link
Contributor

@bors bors commented on 6a6076a May 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging brson/rust/io-upstream = 6a6076a into auto

@bors
Copy link
Contributor

@bors bors commented on 6a6076a May 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brson/rust/io-upstream = 6a6076a merged ok, testing candidate = 11096338

@bors
Copy link
Contributor

@bors bors commented on 6a6076a May 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.