Skip to content

Commit 819a731

Browse files
Merge pull request #1086 from vojtechtrefny/2.x-branch_zram-tests-skip
tests: Skip zram tests on Debian because of kernel bug
2 parents b11290a + b772ea3 commit 819a731

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/skip.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,8 @@
117117
- distro: "centos"
118118
version: "9"
119119
reason: "LVM >= 2.03.19 is not yet available breaking our check for LVM resize on CentOS 9 Stream"
120+
121+
- test: kbd_test.KbdZRAMDevicesTestCase
122+
skip_on:
123+
- distro: "debian"
124+
reason: "running zram tests on Debian causes NULL pointer dereference in kernel"

0 commit comments

Comments
 (0)