f37345
From b747c4ed07937f54a546ffb2f2c8c95e0797dd6c Mon Sep 17 00:00:00 2001
f37345
From: Vojtech Trefny <vtrefny@redhat.com>
f37345
Date: Thu, 20 Oct 2022 15:19:29 +0200
f37345
Subject: [PATCH] tests: Skip XFS resize test on CentOS/RHEL 9
f37345
f37345
Partitions on loop devices are broken on CentOS/RHEL 9.
f37345
---
f37345
 tests/skip.yml | 6 ++++++
f37345
 1 file changed, 6 insertions(+)
f37345
f37345
diff --git a/tests/skip.yml b/tests/skip.yml
f37345
index 568c3fff..66b34493 100644
f37345
--- a/tests/skip.yml
f37345
+++ b/tests/skip.yml
f37345
@@ -29,3 +29,9 @@
f37345
     - distro: "centos"
f37345
       version: "9"
f37345
       reason: "Creating RAID 1 LV on CentOS/RHEL 9 causes a system deadlock"
f37345
+
f37345
+- test: storage_tests.formats_test.fs_test.XFSTestCase.test_resize
f37345
+  skip_on:
f37345
+    - distro: ["centos", "enterprise_linux"]
f37345
+      version: "9"
f37345
+      reason: "Creating partitions on loop devices is broken on CentOS/RHEL 9 latest kernel"
f37345
-- 
f37345
2.37.3
f37345