From 6a7e6017c5c50e1ada21f0ac2cda034405d483e7 Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Fri, 5 Sep 2014 19:48:33 -0700 Subject: [PATCH] Disable test_lots_of_files on Windows --- src/libglob/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libglob/lib.rs b/src/libglob/lib.rs index 90afee65264..39193547bf1 100644 --- a/src/libglob/lib.rs +++ b/src/libglob/lib.rs @@ -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();