diff options
| author | Vadim Chugunov <vadimcn@gmail.com> | 2014-09-05 19:48:33 -0700 |
|---|---|---|
| committer | Vadim Chugunov <vadimcn@gmail.com> | 2014-09-05 19:55:25 -0700 |
| commit | 6a7e6017c5c50e1ada21f0ac2cda034405d483e7 (patch) | |
| tree | 63e5ff0022dc93941319054450c22df9714ce398 | |
| parent | 82c052794d4234752f0154c150d0b40779240db4 (diff) | |
| download | rust-6a7e6017c5c50e1ada21f0ac2cda034405d483e7.tar.gz rust-6a7e6017c5c50e1ada21f0ac2cda034405d483e7.zip | |
Disable test_lots_of_files on Windows
| -rw-r--r-- | src/libglob/lib.rs | 1 |
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(); |
