neil / rpms / python-blivet

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