From 1f1c5d54bfd09285816c24d9f7e54d360787c7c7 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 5 Dec 2014 20:22:35 -0800 Subject: [PATCH] Ignore issue #16671 test on android (again) Seems to be blocking forever --- src/test/run-pass/issue-16671.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/issue-16671.rs b/src/test/run-pass/issue-16671.rs index b06c4923c16..82543f543da 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. +// DON'T REENABLE THIS UNLESS YOU'VE ACTUALLY FIXED THE UNDERLYING ISSUE +// ignore-android seems to block forever #![forbid(warnings)]