From 5d4b2f9ea99ca64017a4ebb74c957603de7d2e61 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 18 Oct 2023 13:35:08 +0200 Subject: [PATCH] tests: skip on problematic kernel --- test/shell/large-physical-sector-size.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/shell/large-physical-sector-size.sh b/test/shell/large-physical-sector-size.sh index b073ce052..eaeebfe90 100644 --- a/test/shell/large-physical-sector-size.sh +++ b/test/shell/large-physical-sector-size.sh @@ -14,6 +14,10 @@ SKIP_WITH_LVMPOLLD=1 . lib/inittest +case "$(uname -r)" in +4.13.16*) skip "Skipping test that occasionally invokes 'oom-killer'" ;; +esac + LOGICAL_BLOCK_SIZE=4096 # PHYSICAL_BLOCK_SIZE is set with physblk_exp which