Skip to content

Commit

Permalink
more ignoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxi committed Jan 29, 2024
1 parent 3128679 commit da74507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/tests/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ fn create_skip_block_update(
}

#[test(tokio::test)]
#[cfg_attr(not(feature = "expensive-tests"), ignore)]
#[ignore]
async fn validator_can_catch_up() {
// remove first block producer in order to trigger a skip block. Never connect him again
// remove the second block producer to trigger another skip block after the first one (which we want someone to catch up to). Never connect him again
Expand Down

0 comments on commit da74507

Please sign in to comment.