about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-12-13 15:38:30 -0800
committerBrian Anderson <banderson@mozilla.com>2013-12-13 16:39:20 -0800
commitdf1aa7ecd2c5c541ffadde4e76543bd010068513 (patch)
tree1bf9771a0e5f5419ff164c822ec501ade3110368 /src
parent1b12dca7f97a51c6cbb4f47ea6e095d841a97c1a (diff)
downloadrust-df1aa7ecd2c5c541ffadde4e76543bd010068513.tar.gz
rust-df1aa7ecd2c5c541ffadde4e76543bd010068513.zip
Ignore time tests on android. #10958
Diffstat (limited to 'src')
-rw-r--r--src/libextra/time.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libextra/time.rs b/src/libextra/time.rs
index 3ea7bf0fa56..6204f9f4ce0 100644
--- a/src/libextra/time.rs
+++ b/src/libextra/time.rs
@@ -1373,6 +1373,7 @@ mod tests {
     }
 
     #[test]
+    #[ignore(cfg(android))] // FIXME #10958
     fn run_tests() {
         // The tests race on tzset. So instead of having many independent
         // tests, we will just call the functions now.