Skip to content

Commit

Permalink
All tests pass (twins_to_fail takes a long time).
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoffranca committed Oct 30, 2024
1 parent 700494f commit 9d51ea1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/actors/bft/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9d51ea1

Please sign in to comment.