summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-10-07 12:20:50 -0400
committerShea Levy <shea@shealevy.com>2014-10-07 12:20:56 -0400
commit92837f2dbf2bf3691f3f82548ed29ce6cd79155d (patch)
treed3e4ad3cf5c0495791f6d66c65ae10bc34d3554f /nixos/release.nix
parentc07579aa4a9193303833b230503cd15d98d926fb (diff)
downloadnixpkgs-92837f2dbf2bf3691f3f82548ed29ce6cd79155d.tar
nixpkgs-92837f2dbf2bf3691f3f82548ed29ce6cd79155d.tar.gz
nixpkgs-92837f2dbf2bf3691f3f82548ed29ce6cd79155d.tar.bz2
nixpkgs-92837f2dbf2bf3691f3f82548ed29ce6cd79155d.tar.lz
nixpkgs-92837f2dbf2bf3691f3f82548ed29ce6cd79155d.tar.xz
nixpkgs-92837f2dbf2bf3691f3f82548ed29ce6cd79155d.tar.zst
nixpkgs-92837f2dbf2bf3691f3f82548ed29ce6cd79155d.zip
Ditch efi installer tests
They've been broken forever due to weirdness in qemu tests, and they don't add much over installer tests
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 7337ad7e3f4..1657dcf502d 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -231,7 +231,6 @@ in rec {
   tests.firefox = callTest tests/firefox.nix {};
   tests.firewall = callTest tests/firewall.nix {};
   tests.gnome3 = callTest tests/gnome3.nix {};
-  tests.installer.efi = forAllSystems (system: scrubDrv (import tests/installer.nix { inherit system; }).efi.test);
   tests.installer.grub1 = forAllSystems (system: scrubDrv (import tests/installer.nix { inherit system; }).grub1.test);
   tests.installer.lvm = forAllSystems (system: scrubDrv (import tests/installer.nix { inherit system; }).lvm.test);
   tests.installer.rebuildCD = forAllSystems (system: scrubDrv (import tests/installer.nix { inherit system; }).rebuildCD.test);