From 8121b220a04b40fe6f4c6635d1adb075b5f8b8e3 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Thu, 4 Jul 2024 12:40:26 +0200 Subject: [PATCH] tests: Skip vdo tests on RHEL/CentOS 10 The VDO userpsace tools are not yet available. --- src/tests/dbus-tests/skip.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tests/dbus-tests/skip.yml b/src/tests/dbus-tests/skip.yml index 7a7cef152..9b9d2b56b 100644 --- a/src/tests/dbus-tests/skip.yml +++ b/src/tests/dbus-tests/skip.yml @@ -35,3 +35,9 @@ - distro: "fedora" version: ["39", "40", "41"] reason: Setting UUID with LC_ALL=C.UTF-8 is broken with recent exfatprogs + +- test: test_20_LVM.UdisksLVMVDOTest + skip_on: + - distro: "centos" + version: "10" + reason: "vdo userspace tools are not yet available on RHEL/CentOS 10"