nixos: disable gdk-pixbuf test

The test currently relies on installedTests output which was reverted
in 85ae7137ac.

See
https://github.com/NixOS/nixpkgs/commit/85ae7137ac6a1623be90c8f0897566367d300c12
for discussion.
This commit is contained in:
Matthew Bauer
2018-05-31 14:01:05 -04:00
parent cf2604004e
commit 218ada1ba7
+1 -1
View File
@@ -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 {};