From 266c63f105c39dba105c8b89104474fc6b15d288 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Tue, 22 Dec 2020 15:39:09 -0700 Subject: [PATCH] Ignore long/hanging test (#14260) --- 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 3153ff2c3d..95dac3132b 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -5156,6 +5156,7 @@ pub mod tests { } #[test] + #[ignore] fn test_shrink_and_clean() { solana_logger::setup();