Skip to content

Commit ea62671

Browse files
authored
Merge branch 'main' into testCustomCliDownload
2 parents e4fb2ab + 815e733 commit ea62671

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/virt/cluster/common_templates/rhel/test_rhel_os_support.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
vm_os_version,
1616
)
1717
from utilities import console
18-
from utilities.constants import LINUX_STR
18+
from utilities.constants import LINUX_STR, QUARANTINED
1919
from utilities.infra import validate_os_info_vmi_vs_linux_os
2020
from utilities.virt import (
2121
assert_linux_efi,
@@ -174,6 +174,7 @@ def test_vm_machine_type(self, matrix_rhel_os_vm_from_template):
174174
def test_vm_smbios_default(self, smbios_from_kubevirt_config, matrix_rhel_os_vm_from_template):
175175
check_vm_xml_smbios(vm=matrix_rhel_os_vm_from_template, cm_values=smbios_from_kubevirt_config)
176176

177+
@pytest.mark.xfail(reason=f"{QUARANTINED}: Flake in pause VM checks; CNV-70033", run=False)
177178
@pytest.mark.arm64
178179
@pytest.mark.sno
179180
@pytest.mark.dependency(depends=[f"{TESTS_CLASS_NAME}::start_vm"])

0 commit comments

Comments
 (0)