From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - tests: safety first...
Date: Thu, 16 Feb 2023 23:10:59 +0000 (GMT) [thread overview]
Message-ID: <20230216231059.0D4153858C78@sourceware.org> (raw)
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
reply other threads:[~2023-02-16 23:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230216231059.0D4153858C78@sourceware.org \
--to=zkabelac@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.