Disable test_lots_of_files on Windows
This commit is contained in:
parent
82c052794d
commit
6a7e6017c5
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user