nixosTest.lvm2: don't run one test on old 5.15 kernel without support

This commit is contained in:
Philip Taron 2025-01-01 15:35:51 -08:00
parent 0c160da06c
commit 161f45d4be
No known key found for this signature in database

View file

@ -33,7 +33,7 @@ let
# systemd in stage 1
raid-sd-stage-1 = {
test = callTest ./systemd-stage-1.nix;
kernelFilter = lib.id;
kernelFilter = lib.filter (v: v != "5.15");
flavour = "raid";
};
thinpool-sd-stage-1 = {