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
1 changed files with 1 additions and 0 deletions
|
@ -479,6 +479,7 @@ mod slice_index {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(target_arch = "asmjs"))] // hits an OOM
|
||||||
fn simple_big() {
|
fn simple_big() {
|
||||||
fn a_million_letter_x() -> String {
|
fn a_million_letter_x() -> String {
|
||||||
let mut i = 0;
|
let mut i = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue