Skip to content
Open
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
6 changes: 5 additions & 1 deletion tests/storage/upgrade/test_upgrade_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
SNAPSHOT_RESTORE_CREATE_AFTER_UPGRADE,
STORAGE_NODE_ID_PREFIX,
)
from utilities.constants.pytest import DEPENDENCY_SCOPE_SESSION
from utilities.constants.pytest import DEPENDENCY_SCOPE_SESSION, QUARANTINED
Comment thread
hmeir marked this conversation as resolved.
from utilities.constants.storage import HOTPLUG_DISK_VIRTIO_BUS
from utilities.storage import (
assert_disk_serial,
Expand Down Expand Up @@ -50,6 +50,10 @@
class TestUpgradeStorage:
"""Pre-upgrade tests"""

@pytest.mark.xfail(
reason=f"{QUARANTINED}: Flaky UEFI boot failure after DV clone on upgrade cluster; CNV-95012",
run=False,
)
@pytest.mark.sno
@pytest.mark.polarion("CNV-5993")
@pytest.mark.order(before=IUO_UPGRADE_TEST_ORDERING_NODE_ID)
Expand Down