From d9dcd28d82b755553d77c19ca00af3c42b2f42ca Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 23 Apr 2021 14:53:13 -0700 Subject: [PATCH] Ignore racy test_load_account_and_purge_race_without_retry --- 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 0c4bc4901c..b351f33535 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -10088,6 +10088,7 @@ pub mod tests { } #[test] + #[ignore] #[should_panic( expected = "Bad index entry detected (CiDwVBFgWV9E5MvXWoLgnEgn2hK7rJikbvfWavzAQz3, 1, 0, 0, Unspecified)" )]