diff --git a/tests/apollo/test_skvbc_restart_recovery.py b/tests/apollo/test_skvbc_restart_recovery.py index 6e5614c680..cbb96d5fe2 100644 --- a/tests/apollo/test_skvbc_restart_recovery.py +++ b/tests/apollo/test_skvbc_restart_recovery.py @@ -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()