diff --git a/testing/integration/src/integration_tests.rs b/testing/integration/src/integration_tests.rs index 1005e5b6fe..08c79336a2 100644 --- a/testing/integration/src/integration_tests.rs +++ b/testing/integration/src/integration_tests.rs @@ -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, parents: Vec) -> Header { let selected_parent = consensus.ghostdag_manager().find_selected_parent(parents.iter().copied());