Revert "Ignore flaky test_active_set_refresh_with_bank"
This reverts commit 10ad536e09
.
This commit is contained in:
parent
4d73bbe48f
commit
d1e1258f97
|
@ -392,7 +392,6 @@ mod test {
|
||||||
assert_eq!(push.active_set.len(), push.num_active);
|
assert_eq!(push.active_set.len(), push.num_active);
|
||||||
}
|
}
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
fn test_active_set_refresh_with_bank() {
|
fn test_active_set_refresh_with_bank() {
|
||||||
let time = timestamp() - 1024; //make sure there's at least a 1 second delay
|
let time = timestamp() - 1024; //make sure there's at least a 1 second delay
|
||||||
let mut crds = Crds::default();
|
let mut crds = Crds::default();
|
||||||
|
|
Loading…
Reference in New Issue