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