Disable stack overflow test on android, which seems to be failing spuriously.
cc https://github.com/rust-lang/rust/issues/20004
This commit is contained in:
parent
0ce5faaa7b
commit
f4c0c0ff42
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-android: FIXME (#20004)
|
||||
|
||||
#![feature(asm)]
|
||||
|
||||
use std::io::process::Command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue