Ignore the tx mine test

This commit is contained in:
Omar Abdulla
2025-11-01 08:21:39 +03:00
parent 6e8187b135
commit b6f1f6e6af
@@ -822,6 +822,7 @@ mod tests {
}
#[tokio::test]
#[ignore = "Ignored since it takes a long time to run"]
async fn node_mines_simple_transfer_transaction_and_returns_receipt() {
// Arrange
let (context, node) = shared_state();