mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-26 22:26:26 +03:00
Disable test_lots_of_files on Windows
This commit is contained in:
@@ -680,6 +680,7 @@ fn test_wildcard_optimizations() {
|
||||
}
|
||||
|
||||
#[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();
|
||||
|
||||
Reference in New Issue
Block a user