Skip to content

Commit

Permalink
auto merge of #17039 : vadimcn/rust/test_lots_of_files, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Sep 6, 2014
2 parents 82c0527 + 6a7e601 commit da1395b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libglob/lib.rs
Original file line number Diff line number Diff line change
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

0 comments on commit da1395b

Please sign in to comment.