Skip to content

Commit

Permalink
test: fix flaky test case test_extra_replica_cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed Feb 16, 2024
1 parent 7d9378c commit 92b5b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/integration/tests/test_ha.py
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ def test_extra_replica_cleanup(client, volume_name, settings_reset): # NOQA
wait_for_volume_replica_count(client, volume_name, 3)

volume = client.by_id_volume(volume_name)
assert volume.robustness == "healthy"
wait_for_volume_healthy(client, volume_name)

check_volume_data(volume, data)

Expand Down

0 comments on commit 92b5b33

Please sign in to comment.