Ignore the zombienet tests for the time being

This commit is contained in:
Omar Abdulla
2025-10-09 14:18:32 +03:00
parent ddc1b9c0d3
commit 3ef17e6255
@@ -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;