From ad7b113944a62e670a2277503f251ef53b0267a5 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 19 May 2020 23:40:27 -0700 Subject: [PATCH] Ignore test_tvu_exit (#10134) automerge --- core/src/tvu.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/tvu.rs b/core/src/tvu.rs index 1447608e6d..cc03e60935 100644 --- a/core/src/tvu.rs +++ b/core/src/tvu.rs @@ -244,6 +244,7 @@ pub mod tests { use solana_runtime::bank::Bank; use std::sync::atomic::Ordering; + #[ignore] #[test] #[serial] fn test_tvu_exit() {