Skip to content

Commit

Permalink
[tests] Stop ignoring tests that failed on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Apr 20, 2019
1 parent a718eab commit 9a46afb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ fn poll_watch_recursive_create_directory() {
}

#[test]
#[ignore] // fails sometimes on AppVeyor
fn poll_watch_recursive_move() {
let tdir = TempDir::new("temp_dir").expect("failed to create temporary directory");

Expand Down Expand Up @@ -797,7 +796,6 @@ fn poll_watch_recursive_move() {
}

#[test]
#[ignore] // fails sometimes on AppVeyor
fn poll_watch_recursive_move_in() {
let tdir = TempDir::new("temp_dir").expect("failed to create temporary directory");

Expand Down Expand Up @@ -851,7 +849,6 @@ fn poll_watch_recursive_move_in() {
}

#[test]
#[ignore] // fails sometimes on AppVeyor
fn poll_watch_recursive_move_out() {
let tdir = TempDir::new("temp_dir").expect("failed to create temporary directory");

Expand Down

0 comments on commit 9a46afb

Please sign in to comment.