Disable test_extend_attached_encrypted_volume_luksv1 due to 2116852

Skip the test case that started failing consistently until we have a
fix.

Related-Bug: #2116852

Signed-off-by: Balazs Gibizer <gibi@redhat.com>
Change-Id: I74eb30bd2f965eae24684eaa5d4c490c1010c2ab
This commit is contained in:
Balazs Gibizer
2025-07-14 15:52:21 +02:00
parent de95a36f17
commit 3bd304b466
@@ -34,6 +34,7 @@ class EncryptedVolumesExtendAttachedTest(extend.BaseVolumesExtendAttachedTest,
raise cls.skipException(
"Attached encrypted volume extend is disabled.")
@decorators.skip_because(bug="2116852")
@decorators.idempotent_id('e93243ec-7c37-4b5b-a099-ebf052c13216')
def test_extend_attached_encrypted_volume_luksv1(self):
"""LUKs v1 decrypts and extends through libvirt."""