Skip to content

Commit

Permalink
Add todo action to remind to clean up the retain volume
Browse files Browse the repository at this point in the history
  • Loading branch information
TachunLin committed Jul 22, 2024
1 parent 891d8f2 commit a8fd100
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions harvester_e2e_tests/integrations/test_4_vm_backup_restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@ def test_with_snapshot_restore_replace_retain_vols(
code, data = api_client.volumes.get(retain_vol_name)
assert 200 == code, f"Retain volume not exists\n{code}, {data}"

# TODO: try to find the suitable solution to delete the retain volume
# without making the deleting VM stuck in Terminating


@pytest.mark.skip("https://github.com/harvester/harvester/issues/1473")
@pytest.mark.p0
Expand Down

0 comments on commit a8fd100

Please sign in to comment.