about summary refs log tree commit diff
path: root/nixos/tests/boot.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-02-26 13:16:36 +0300
committerK900 <me@0upti.me>2024-02-27 23:15:58 +0300
commitbf5c44d0d7db023d07924fbc05bef92f223c0596 (patch)
tree59f2975b100261af41e8efdffcde0de17f99e414 /nixos/tests/boot.nix
parentd9a37adc04270a6797f6ac1b2ab032e6a48fae37 (diff)
nixos/tests/boot/ubootExtlinux: mark broken
Diffstat (limited to 'nixos/tests/boot.nix')
-rw-r--r--nixos/tests/boot.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/boot.nix b/nixos/tests/boot.nix
index ec2a9f6527c93..5eab5c6793505 100644
--- a/nixos/tests/boot.nix
+++ b/nixos/tests/boot.nix
@@ -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;
     };
 }