From 9d51ea11f72e5936be7461abcde91e713d501588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Fran=C3=A7a?= Date: Wed, 30 Oct 2024 01:31:13 +0000 Subject: [PATCH] All tests pass (twins_to_fail takes a long time). --- node/actors/bft/src/tests/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {