Ignore flaky test_pull_request_time_pruning

This commit is contained in:
Michael Vines 2021-04-21 11:59:49 -07:00
parent 69cbad0869
commit a1ef2bd74d
1 changed files with 1 additions and 0 deletions

View File

@ -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));