Ignore flaky test_active_set_refresh_with_bank

This commit is contained in:
Michael Vines 2019-02-26 11:56:47 -08:00 committed by GitHub
parent bc2d4c7681
commit 10ad536e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ 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();