summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-03-01 09:51:28 -0500
committerShea Levy <shea@shealevy.com>2014-03-01 09:51:28 -0500
commit1425fa5b3b264917d784b3e1950370e147a8b554 (patch)
treec6ad7dd048ee6cdf46e54f7ff5f1059a4c0e4d19 /nixos
parent031a44a817ed101883e148344836e9e935d2a2d8 (diff)
downloadnixpkgs-1425fa5b3b264917d784b3e1950370e147a8b554.tar
nixpkgs-1425fa5b3b264917d784b3e1950370e147a8b554.tar.gz
nixpkgs-1425fa5b3b264917d784b3e1950370e147a8b554.tar.bz2
nixpkgs-1425fa5b3b264917d784b3e1950370e147a8b554.tar.lz
nixpkgs-1425fa5b3b264917d784b3e1950370e147a8b554.tar.xz
nixpkgs-1425fa5b3b264917d784b3e1950370e147a8b554.tar.zst
nixpkgs-1425fa5b3b264917d784b3e1950370e147a8b554.zip
Disable efi tests again
OVMF sucks
Diffstat (limited to 'nixos')
-rw-r--r--nixos/release-combined.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 419f71bc259..94bc2f796eb 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -44,7 +44,7 @@ in rec {
         (all nixos.iso_graphical)
         (all nixos.ova)
 
-        (all nixos.tests.efi-installer.simple)
+        # (all nixos.tests.efi-installer.simple)
         (all nixos.tests.firefox)
         (all nixos.tests.firewall)
         (all nixos.tests.installer.grub1)