From 3ef17e625581fbaff8d0a7f9d8a10939be58084d Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Thu, 9 Oct 2025 14:18:32 +0300 Subject: [PATCH] Ignore the zombienet tests for the time being --- crates/node/src/node_implementations/zombienet.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/node/src/node_implementations/zombienet.rs b/crates/node/src/node_implementations/zombienet.rs index ecdc7b5..63e40df 100644 --- a/crates/node/src/node_implementations/zombienet.rs +++ b/crates/node/src/node_implementations/zombienet.rs @@ -847,6 +847,7 @@ mod tests { use utils::{new_node, test_config}; #[tokio::test] + #[ignore = "Ignored for the time being"] async fn test_transfer_transaction_should_return_receipt() { let (ctx, node) = new_node().await;