]> git.lizzy.rs Git - rust.git/commitdiff
Disable test_lots_of_files on Windows
authorVadim Chugunov <vadimcn@gmail.com>
Sat, 6 Sep 2014 02:48:33 +0000 (19:48 -0700)
committerVadim Chugunov <vadimcn@gmail.com>
Sat, 6 Sep 2014 02:55:25 +0000 (19:55 -0700)
src/libglob/lib.rs

index 90afee652646ce71f02bd163a1b0848da88fe0f5..39193547bf13005fa9bc5779dd1be7ce31a1da29 100644 (file)
@@ -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();