From 6b79a5e45981a800c610400f772f9f7f130f3c87 Mon Sep 17 00:00:00 2001 From: Benjamin Klum Date: Wed, 1 Nov 2023 23:30:51 +0100 Subject: [PATCH] Fix allocator tests on CI --- allocator/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/allocator/src/lib.rs b/allocator/src/lib.rs index 9d3ded98b..4d7fe6d0f 100644 --- a/allocator/src/lib.rs +++ b/allocator/src/lib.rs @@ -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();