diff --git a/src/test/run-pass/issue-16671.rs b/src/test/run-pass/issue-16671.rs index 27a97e1f172e..20bf1b260de6 100644 --- a/src/test/run-pass/issue-16671.rs +++ b/src/test/run-pass/issue-16671.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-android seems to block forever + #![forbid(warnings)] // Pretty printing tests complain about `use std::predule::*` diff --git a/src/test/run-pass/wait-forked-but-failed-child.rs b/src/test/run-pass/wait-forked-but-failed-child.rs index 17dfb9e33194..f482b2e1e703 100644 --- a/src/test/run-pass/wait-forked-but-failed-child.rs +++ b/src/test/run-pass/wait-forked-but-failed-child.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-test extern crate libc;