about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVadim Chugunov <vadimcn@gmail.com>2014-09-05 19:48:33 -0700
committerVadim Chugunov <vadimcn@gmail.com>2014-09-05 19:55:25 -0700
commit6a7e6017c5c50e1ada21f0ac2cda034405d483e7 (patch)
tree63e5ff0022dc93941319054450c22df9714ce398
parent82c052794d4234752f0154c150d0b40779240db4 (diff)
downloadrust-6a7e6017c5c50e1ada21f0ac2cda034405d483e7.tar.gz
rust-6a7e6017c5c50e1ada21f0ac2cda034405d483e7.zip
Disable test_lots_of_files on Windows
-rw-r--r--src/libglob/lib.rs1
1 files changed, 1 insertions, 0 deletions
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();