Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions testing/integration/src/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,7 @@ async fn bounded_merge_depth_test() {
}

#[tokio::test]
#[ignore = "test-codecov-change"]
async fn difficulty_test() {
async fn add_block(consensus: &TestConsensus, block_time: Option<u64>, parents: Vec<Hash>) -> Header {
let selected_parent = consensus.ghostdag_manager().find_selected_parent(parents.iter().copied());
Expand Down