Commit bf5c44d0 authored by K900's avatar K900
Browse files

nixos/tests/boot/ubootExtlinux: mark broken

parent d9a37adc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
    };
}