Skip to content

Commit

Permalink
Fix allocator tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Nov 1, 2023
1 parent 3051985 commit 6b79a5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions allocator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@ mod tests {
});
}

// Don't execute this in CI. It crashes the test process which counts as "not passed".
#[test]
#[ignore]
#[should_panic]
fn abort_on_allocate() {
init();
Expand Down

0 comments on commit 6b79a5e

Please sign in to comment.