* main - tests: safety first...
@ 2023-02-16 23:10 Zdenek Kabelac
0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2023-02-16 23:10 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=13b216fbdf038dc83d31c43026aa53d281ab3942
Commit: 13b216fbdf038dc83d31c43026aa53d281ab3942
Parent: 1788b4b3aa129b9bfbb977be263455680b6dc128
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Thu Feb 16 14:21:17 2023 +0100
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Fri Feb 17 00:08:50 2023 +0100
tests: safety first...
---
test/shell/lvconvert-raid-reshape.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/test/shell/lvconvert-raid-reshape.sh b/test/shell/lvconvert-raid-reshape.sh
index e55ab7ab9..abea0ff10 100644
--- a/test/shell/lvconvert-raid-reshape.sh
+++ b/test/shell/lvconvert-raid-reshape.sh
@@ -17,6 +17,10 @@ LVM_SKIP_LARGE_TESTS=0
. lib/inittest
+case "$(uname -r)" in
+5.19*) skip "Skippen test that kills this kernel" ;;
+esac
+
which mkfs.ext4 || skip
aux have_raid 1 14 0 || skip
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-16 23:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-16 23:10 main - tests: safety first Zdenek Kabelac
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.