Skip to content

Commit 6a7e601

Browse files
committed
Disable test_lots_of_files on Windows
1 parent 82c0527 commit 6a7e601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libglob/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ mod test {
680680
}
681681

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

0 commit comments

Comments
 (0)