Skip to content

Commit 8883138

Browse files
committed
temporarily disable tests on android and tagging issue number #10455
1 parent 3d569df commit 8883138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libextra/workcache.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ impl<'self, T:Send +
477477

478478

479479
#[test]
480+
#[cfg(not(target_os="android"))] // FIXME(#10455)
480481
fn test() {
481482
use std::{os, run};
482483
use std::io::fs;

0 commit comments

Comments
 (0)