Removes erroneous duplicate `#[ignore]` (#29193)

This commit is contained in:
Brooks Prumo 2022-12-09 20:58:22 -05:00 committed by GitHub
parent f9c4170d34
commit 5f74fb9c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -14953,7 +14953,6 @@ pub(crate) mod tests {
}
// process_stale_slot_with_budget is no longer called. We'll remove this test when we remove the function
#[ignore]
#[test]
#[ignore] // this test only works when not using the write cache
fn test_process_stale_slot_with_budget() {