From d1e1258f97462516c266bd73a287a451032881db Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 26 Feb 2019 12:04:58 -0800 Subject: [PATCH] Revert "Ignore flaky test_active_set_refresh_with_bank" This reverts commit 10ad536e0955c182f6bd2fdcfdbd91dd9833dfc4. --- src/crds_gossip_push.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crds_gossip_push.rs b/src/crds_gossip_push.rs index f5a4fc2cfe..4fbee3f275 100644 --- a/src/crds_gossip_push.rs +++ b/src/crds_gossip_push.rs @@ -392,7 +392,6 @@ mod test { assert_eq!(push.active_set.len(), push.num_active); } #[test] - #[ignore] fn test_active_set_refresh_with_bank() { let time = timestamp() - 1024; //make sure there's at least a 1 second delay let mut crds = Crds::default();