Skip to content

Commit 2603d90

Browse files
yangchiuderekbit
authored andcommitted
test: enable test_delete_backup_during_restoring_volume for v2 volumes
Signed-off-by: Yang Chiu <yang.chiu@suse.com>
1 parent 1610964 commit 2603d90

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

manager/integration/tests/test_basic.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5440,10 +5440,6 @@ def test_delete_backup_during_restoring_volume(set_random_backupstore, client):
54405440
And "status" of volume restore condition should be "False",
54415441
And "reason" of volume restore condition should be "RestoreFailure"
54425442
"""
5443-
if DATA_ENGINE == "v2":
5444-
pytest.skip("Skipping test: unresolved known issue: \
5445-
https://github.com/longhorn/longhorn/issues/11828")
5446-
54475443
# Step 1
54485444
vol_v1_name = "vol-v1"
54495445
vol_v1 = create_and_check_volume(client, vol_v1_name, size=str(512 * Mi))

0 commit comments

Comments
 (0)