Skip to content

Commit

Permalink
fix: temporarily ignore post-merge validation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenev committed Aug 6, 2024
1 parent 276e77a commit 7cba6c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion trin-validation/src/header_validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ mod test {
.validate_header_with_proof(&future_hwp)
.unwrap();
}

#[ignore]
#[tokio::test]
async fn header_validator_validate_post_merge_pre_capella_header() {
let header_validator = get_mainnet_header_validator();
Expand Down Expand Up @@ -460,8 +460,11 @@ mod test {
}

#[rstest]
#[ignore]
#[case(17034870)]
#[ignore]
#[case(17042287)]
#[ignore]
#[case(17062257)]
#[tokio::test]
async fn header_validator_validate_post_capella_header(#[case] block_number: u64) {
Expand Down

0 comments on commit 7cba6c9

Please sign in to comment.