Skip to content

Commit

Permalink
Temporarily ignore io_timeout_timedout
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 11, 2019
1 parent c9c0818 commit 2b036b2
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 @@ -4,6 +4,7 @@ use async_std::io;
use async_std::task;

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

0 comments on commit 2b036b2

Please sign in to comment.