Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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",
[
Expand Down