nixos/tests/boot/ubootExtlinux: mark broken

This commit is contained in:
K900 2024-02-26 13:16:36 +03:00
parent d9a37adc04
commit bf5c44d0d7

View File

@ -144,5 +144,8 @@ in {
machine.succeed("nix store verify -r --no-trust --option experimental-features nix-command /run/current-system")
machine.shutdown()
'';
# kernel can't find rootfs after boot - investigate?
meta.broken = true;
};
}