Skip to content

Commit

Permalink
failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxi committed Jan 29, 2024
1 parent 5e198f7 commit 3128679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blockchain/tests/push_with_chunks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ fn can_ignore_chunks_with_invalid_start_key() {
}

#[test]
#[cfg_attr(not(feature = "expensive-tests"), ignore)]
//#[cfg_attr(not(feature = "expensive-tests"), ignore)]
#[ignore]
fn can_rebranch_and_revert_chunks() {
let temp_producer1 = TemporaryBlockProducer::new();
let temp_producer2 = TemporaryBlockProducer::new_incomplete();
Expand Down

0 comments on commit 3128679

Please sign in to comment.