Skip to content

Commit

Permalink
fix: temporarily ignore post-merge validation tests (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenev authored Aug 7, 2024
1 parent 688847c commit 762e9d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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] // ignored because of https://github.com/ethereum/trin/issues/1358
#[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,12 @@ mod test {
}

#[rstest]
// ignored because of https://github.com/ethereum/trin/issues/1358
#[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 762e9d5

Please sign in to comment.