From c276513b8425f1817bf3e1c6f59adfbb1b133298 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Tue, 22 Dec 2020 16:13:03 -0700 Subject: [PATCH] Ignore long/hanging test (#14261) --- runtime/src/accounts_db.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/src/accounts_db.rs b/runtime/src/accounts_db.rs index 194be1bbd9..0096a0282e 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -5513,6 +5513,7 @@ pub mod tests { } #[test] + #[ignore] fn test_shrink_and_clean() { solana_logger::setup();