about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-05-31 13:41:21 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-05-31 14:01:05 -0400
commit218ada1ba7ecb0a3b1d9e7aed9147ba35d484faa (patch)
tree40e26225371117e1dcac000f25554f300abe49ad /nixos/release.nix
parentcf2604004e4b091da6a2deb5e0455c960d3e7d1e (diff)
nixos: disable gdk-pixbuf test
The test currently relies on installedTests output which was reverted
in 85ae7137ac6a1623be90c8f0897566367d300c12.

See
https://github.com/NixOS/nixpkgs/commit/85ae7137ac6a1623be90c8f0897566367d300c12
for discussion.
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 1e52c0f86a7a9..13174f992e627 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -289,7 +289,7 @@ in rec {
   tests.flatpak = callTest tests/flatpak.nix {};
   tests.firewall = callTest tests/firewall.nix {};
   tests.fwupd = callTest tests/fwupd.nix {};
-  tests.gdk-pixbuf = callTest tests/gdk-pixbuf.nix {};
+  #tests.gdk-pixbuf = callTest tests/gdk-pixbuf.nix {};
   #tests.gitlab = callTest tests/gitlab.nix {};
   tests.gitolite = callTest tests/gitolite.nix {};
   tests.gjs = callTest tests/gjs.nix {};