mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixosTest.lvm2: don't run one test on old 5.15 kernel without support
This commit is contained in:
parent
0c160da06c
commit
161f45d4be
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ let
|
||||||
# systemd in stage 1
|
# systemd in stage 1
|
||||||
raid-sd-stage-1 = {
|
raid-sd-stage-1 = {
|
||||||
test = callTest ./systemd-stage-1.nix;
|
test = callTest ./systemd-stage-1.nix;
|
||||||
kernelFilter = lib.id;
|
kernelFilter = lib.filter (v: v != "5.15");
|
||||||
flavour = "raid";
|
flavour = "raid";
|
||||||
};
|
};
|
||||||
thinpool-sd-stage-1 = {
|
thinpool-sd-stage-1 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue