From 10898df392fc8c8f40fc83a00623edff1a05fc94 Mon Sep 17 00:00:00 2001 From: cgmossa Date: Tue, 28 Nov 2023 22:55:39 +0100 Subject: [PATCH] this test is slow and wasn't ever useful --- extendr-api/tests/issue-397-memory-allocation.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/extendr-api/tests/issue-397-memory-allocation.rs b/extendr-api/tests/issue-397-memory-allocation.rs index 5ee136cf28..b5c4c0e2a7 100644 --- a/extendr-api/tests/issue-397-memory-allocation.rs +++ b/extendr-api/tests/issue-397-memory-allocation.rs @@ -1,6 +1,7 @@ use extendr_api::prelude::*; #[test] +#[ignore = "this was never the issue behind issue 397"] fn test_allocation() { test! { const COUNT: u64 = 2_000_000u64;