summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2015-01-25 16:29:37 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2015-01-25 16:29:37 -0500
commit61816b06e7f908c1f33c01312218e495f23426f1 (patch)
tree920175911cc58ba0d788b6e0a80e36ffb6f41d3c /nixos/release.nix
parente47e2847757d7c8cdf846327aebcc113ba76eff9 (diff)
downloadnixlib-61816b06e7f908c1f33c01312218e495f23426f1.tar
nixlib-61816b06e7f908c1f33c01312218e495f23426f1.tar.gz
nixlib-61816b06e7f908c1f33c01312218e495f23426f1.tar.bz2
nixlib-61816b06e7f908c1f33c01312218e495f23426f1.tar.lz
nixlib-61816b06e7f908c1f33c01312218e495f23426f1.tar.xz
nixlib-61816b06e7f908c1f33c01312218e495f23426f1.tar.zst
nixlib-61816b06e7f908c1f33c01312218e495f23426f1.zip
nixos: disable gitlab test for now
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index c2760965d200..ca12a03f835c 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -252,7 +252,7 @@ in rec {
   tests.firefox = callTest tests/firefox.nix {};
   tests.firewall = callTest tests/firewall.nix {};
   tests.fleet = scrubDrv (import tests/fleet.nix { system = "x86_64-linux"; });
-  tests.gitlab = callTest tests/gitlab.nix {};
+  #tests.gitlab = callTest tests/gitlab.nix {};
   tests.gnome3 = callTest tests/gnome3.nix {};
   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);