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