temporarily disable tests on android and tagging issue number #10455

This commit is contained in:
Young-il Choi 2013-11-14 17:11:11 +09:00
parent 3d569df41d
commit 88831383b4
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ impl<'self, T:Send +
#[test]
#[cfg(not(target_os="android"))] // FIXME(#10455)
fn test() {
use std::{os, run};
use std::io::fs;