From ded48b2832eb82285a76fc1fd74987ac2775b7f4 Mon Sep 17 00:00:00 2001 From: D-stacks Date: Sat, 10 Jun 2023 10:10:40 +0200 Subject: [PATCH 1/2] ignore test test --- testing/integration/src/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/integration/src/integration_tests.rs b/testing/integration/src/integration_tests.rs index 1005e5b6fe..c57d9c805b 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()); From 050702a028b6c94abda28b19e4865645e1d96d29 Mon Sep 17 00:00:00 2001 From: D-stacks Date: Sat, 10 Jun 2023 10:12:54 +0200 Subject: [PATCH 2/2] lints --- testing/integration/src/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration/src/integration_tests.rs b/testing/integration/src/integration_tests.rs index c57d9c805b..08c79336a2 100644 --- a/testing/integration/src/integration_tests.rs +++ b/testing/integration/src/integration_tests.rs @@ -1282,7 +1282,7 @@ async fn bounded_merge_depth_test() { } #[tokio::test] -#[ignore = "test-codecov-change"] +#[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());