From f5958d5b530365ef56f281a4e302ce6661d2de18 Mon Sep 17 00:00:00 2001 From: Itzhak Kave Date: Thu, 16 Nov 2023 19:49:02 +0200 Subject: [PATCH] Add Bugzilla marker in the test 'test_recovery_from_volume_deletion' for skip the test until the BZ is fixed Signed-off-by: Itzhak Kave --- tests/manage/z_cluster/nodes/test_disk_failures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/manage/z_cluster/nodes/test_disk_failures.py b/tests/manage/z_cluster/nodes/test_disk_failures.py index 5395c3f72fb..2a7e9913200 100644 --- a/tests/manage/z_cluster/nodes/test_disk_failures.py +++ b/tests/manage/z_cluster/nodes/test_disk_failures.py @@ -210,6 +210,7 @@ def test_detach_attach_2_data_volumes( ) @bugzilla("1830702") + @bugzilla("2248833") @vsphere_platform_required @pytest.mark.polarion_id("OCS-2172") @skipif_external_mode