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