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 17, 2019
1 parent 958557a commit 2352bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/io_timeout.rs
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 2352bff

Please sign in to comment.