From be2ad65d6ae06c69387e586d268022621701090a Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Thu, 9 Oct 2025 01:59:37 +0300 Subject: [PATCH] Ignore the lighthouse tests --- crates/node/src/node_implementations/lighthouse_geth.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/node/src/node_implementations/lighthouse_geth.rs b/crates/node/src/node_implementations/lighthouse_geth.rs index 2c82ba4..f119107 100644 --- a/crates/node/src/node_implementations/lighthouse_geth.rs +++ b/crates/node/src/node_implementations/lighthouse_geth.rs @@ -1131,6 +1131,7 @@ mod tests { } #[tokio::test] + #[ignore = "Ignored since they take a long time to run"] async fn node_mines_simple_transfer_transaction_and_returns_receipt() { // Arrange let (context, node) = new_node();