diff --git a/tests/infrastructure/golden_images/test_common_templates_data_volumes.py b/tests/infrastructure/golden_images/test_common_templates_data_volumes.py index 33f1916e7a..add79c09ac 100644 --- a/tests/infrastructure/golden_images/test_common_templates_data_volumes.py +++ b/tests/infrastructure/golden_images/test_common_templates_data_volumes.py @@ -4,7 +4,7 @@ from tests.infrastructure.golden_images.constants import PVC_NOT_FOUND_ERROR from tests.os_params import FEDORA_LATEST, FEDORA_LATEST_LABELS, FEDORA_LATEST_OS -from utilities.constants import HOSTPATH_CSI_BASIC, U1_SMALL, Images +from utilities.constants import HOSTPATH_CSI_BASIC, QUARANTINED, U1_SMALL, Images from utilities.storage import data_volume_template_with_source_ref_dict from utilities.virt import VirtualMachineForTests, running_vm @@ -128,6 +128,10 @@ def test_vm_dv_with_different_sc( running_vm(vm=vm_from_golden_image) +@pytest.mark.xfail( + reason=f"{QUARANTINED}: VM is going into running state which it shouldn't, CNV-68779", + run=False, +) @pytest.mark.parametrize( "golden_image_data_volume_scope_function, vm_from_golden_image", [