diff --git a/node/actors/bft/src/tests/mod.rs b/node/actors/bft/src/tests/mod.rs index f4170352..70c005c2 100644 --- a/node/actors/bft/src/tests/mod.rs +++ b/node/actors/bft/src/tests/mod.rs @@ -38,9 +38,8 @@ async fn offline_real_network() { run_test(Behavior::Offline, Network::Real).await } -/// Not being able to propose a block shouldn't cause a deadlock. #[tokio::test] -async fn non_proposing_leader() { +async fn honest_not_proposing_real_network() { zksync_concurrency::testonly::abort_on_panic(); let ctx = &ctx::test_root(&ctx::AffineClock::new(5.)); Test {