Unverified Commit 1318c66d authored by K900's avatar K900 Committed by GitHub
Browse files

nixos/release-small: also gate on simpleUefiSystemdBoot test on x86_64 (#340025)

parents 48e581e8 cc6e93a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,6 @@ in rec {
        "nixpkgs.tarball"
        "nixpkgs.release-checks"
      ]
      (onSystems [ "aarch64-linux" ] "nixos.tests.installer.simpleUefiSystemdBoot")
      (map (onSystems [ "x86_64-linux" ]) [
        "nixos.tests.installer.lvm"
        "nixos.tests.installer.separateBoot"
@@ -117,6 +116,7 @@ in rec {
        "nixos.tests.containers-ip"
        "nixos.tests.firewall"
        "nixos.tests.ipv6"
        "nixos.tests.installer.simpleUefiSystemdBoot"
        "nixos.tests.login"
        "nixos.tests.misc"
        "nixos.tests.nat.firewall"