Skip to content

Commit

Permalink
Disabling test until stabilized. (#2816)
Browse files Browse the repository at this point in the history
Test test_stop_primary_during_initiated_view_change is failing.
We need to stabilize it before re-enabling back.
  • Loading branch information
HristoStaykov authored Sep 21, 2022
1 parent d4835ec commit ce36ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/apollo/test_skvbc_restart_recovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ 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 ce36ed4

Please sign in to comment.