Skip a memory-hungry test that OOMs

Attempting to fix https://travis-ci.org/rust-lang/rust/jobs/377407894 via some
selective ignoring tests
This commit is contained in:
Alex Crichton 2018-05-10 13:51:51 -07:00
parent 694ba9c04b
commit 2c5d13dc9c

View File

@ -479,6 +479,7 @@ mod slice_index {
}
#[test]
#[cfg(not(target_arch = "asmjs"))] // hits an OOM
fn simple_big() {
fn a_million_letter_x() -> String {
let mut i = 0;