Skip to content

Commit ce36ed4

Browse files
Disabling test until stabilized. (#2816)
Test test_stop_primary_during_initiated_view_change is failing. We need to stabilize it before re-enabling back.
1 parent d4835ec commit ce36ed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/apollo/test_skvbc_restart_recovery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ async def test_recovering_of_primary_with_initiated_view_change(self, bft_networ
492492

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

495+
@unittest.skip("Unstable")
495496
@with_trio
496497
@with_bft_network(start_replica_cmd, selected_configs=lambda n, f, c: c == 0, rotate_keys=True)
497498
@verify_linearizability()

0 commit comments

Comments
 (0)