Disable test_lots_of_files on Windows

This commit is contained in:
Vadim Chugunov 2014-09-05 19:48:33 -07:00
parent 82c052794d
commit 6a7e6017c5
1 changed files with 1 additions and 0 deletions

View File

@ -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();