nixos/tests/boot/ubootExtlinux: mark broken

K900 bf5c44d0 d9a37adc

+3
+3
nixos/tests/boot.nix
··· 144 144 machine.succeed("nix store verify -r --no-trust --option experimental-features nix-command /run/current-system") 145 145 machine.shutdown() 146 146 ''; 147 + 148 + # kernel can't find rootfs after boot - investigate? 149 + meta.broken = true; 147 150 }; 148 151 }