Skip to content

Commit

Permalink
enable test_stop_primary_during_initiated_view_change
Browse files Browse the repository at this point in the history
  • Loading branch information
yontyon committed May 1, 2023
1 parent dc458f4 commit 212f5cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/apollo/test_skvbc_restart_recovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ async def test_recovering_of_primary_with_initiated_view_change(self, bft_networ

await bft_network.wait_for_replicas_to_reach_at_least_view(replicas_ids=bft_network.all_replicas(), expected_view=view, timeout=20 + timeouts)

@unittest.skip("Unstable")
@with_trio
@with_bft_network(start_replica_cmd, selected_configs=lambda n, f, c: c == 0, rotate_keys=True)
@verify_linearizability()
Expand Down

0 comments on commit 212f5cc

Please sign in to comment.