From a1ef2bd74dda214585d1214f1ae8b100de33aebc Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 21 Apr 2021 11:59:49 -0700 Subject: [PATCH] Ignore flaky test_pull_request_time_pruning --- core/src/cluster_info.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/cluster_info.rs b/core/src/cluster_info.rs index 3c05c31354..a95e6cd37f 100644 --- a/core/src/cluster_info.rs +++ b/core/src/cluster_info.rs @@ -4788,6 +4788,7 @@ mod tests { #[test] #[serial] + #[ignore] fn test_pull_request_time_pruning() { let node = Node::new_localhost(); let cluster_info = Arc::new(ClusterInfo::new_with_invalid_keypair(node.info));