Skip to content

Commit

Permalink
Skip a memory-hungry test that OOMs
Browse files Browse the repository at this point in the history
Attempting to fix https://travis-ci.org/rust-lang/rust/jobs/377407894 via some
selective ignoring tests
  • Loading branch information
alexcrichton committed May 10, 2018
1 parent 694ba9c commit 2c5d13d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liballoc/tests/str.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 2c5d13d

Please sign in to comment.