diff options
| author | Steven Fackler <sfackler@gmail.com> | 2014-12-05 20:22:35 -0800 |
|---|---|---|
| committer | Steven Fackler <sfackler@gmail.com> | 2015-03-01 15:11:09 -0800 |
| commit | 1f1c5d54bfd09285816c24d9f7e54d360787c7c7 (patch) | |
| tree | 0fb396e2eae9b4dd7bbfab8065a859ab8e11d70f | |
| parent | 1c93934fcf0bc635f767bb3b763c20552f1c6bd0 (diff) | |
| download | rust-1f1c5d54bfd09285816c24d9f7e54d360787c7c7.tar.gz rust-1f1c5d54bfd09285816c24d9f7e54d360787c7c7.zip | |
Ignore issue #16671 test on android (again)
Seems to be blocking forever
| -rw-r--r-- | src/test/run-pass/issue-16671.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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)] |
