Skip to content

Commit

Permalink
Disable test_lots_of_files on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Sep 6, 2014
1 parent 82c0527 commit 6a7e601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libglob/lib.rs
Expand Up @@ -680,6 +680,7 @@ mod test {
}

#[test]
#[ignore(cfg(windows))] // FIXME (#9406)
fn test_lots_of_files() {
// this is a good test because it touches lots of differently named files
glob("/*/*/*/*").skip(10000).next();
Expand Down

5 comments on commit 6a7e601

@bors
Copy link
Contributor

@bors bors commented on 6a7e601 Sep 6, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at vadimcn@6a7e601

@bors
Copy link
Contributor

@bors bors commented on 6a7e601 Sep 6, 2014

Choose a reason for hiding this comment

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

merging vadimcn/rust/test_lots_of_files = 6a7e601 into auto

@bors
Copy link
Contributor

@bors bors commented on 6a7e601 Sep 6, 2014

Choose a reason for hiding this comment

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

vadimcn/rust/test_lots_of_files = 6a7e601 merged ok, testing candidate = da1395b

@bors
Copy link
Contributor

@bors bors commented on 6a7e601 Sep 6, 2014

Choose a reason for hiding this comment

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

fast-forwarding master to auto = da1395b

Please sign in to comment.