diff --git a/darkside-tests/tests/network_interruption_tests.rs b/darkside-tests/tests/network_interruption_tests.rs index 0968441e8..8bde2527a 100644 --- a/darkside-tests/tests/network_interruption_tests.rs +++ b/darkside-tests/tests/network_interruption_tests.rs @@ -52,6 +52,7 @@ async fn network_interrupt_chainbuild() { json::stringify_pretty(scenario.get_faucet().do_list_notes(true).await, 4) ); } +#[ignore] #[tokio::test] async fn network_interrupt_test() { const BLOCKCHAIN_HEIGHT: u64 = 150_000;