Skip to content

Commit

Permalink
temporarily disable tests on android and tagging issue number #10455
Browse files Browse the repository at this point in the history
  • Loading branch information
yichoi committed Nov 19, 2013
1 parent 3d569df commit 8883138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libextra/workcache.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 8883138

Please sign in to comment.