Skip to content

Commit

Permalink
Temporary ignore io_timeout_timedout
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 30, 2019
1 parent deb8829 commit b095588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/io_timeout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use std::time::Duration;
use async_std::io;
use async_std::task;

#[ignore]
#[test]
#[should_panic(expected = "timed out")]
fn io_timeout_timedout() {
Expand Down

0 comments on commit b095588

Please sign in to comment.