Skip to content

Commit da1395b

Browse files
committed
auto merge of #17039 : vadimcn/rust/test_lots_of_files, r=alexcrichton
2 parents 82c0527 + 6a7e601 commit da1395b

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)