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:
parent
694ba9c04b
commit
2c5d13dc9c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user