nixos tests: disable fwupd for now

See https://github.com/NixOS/nixpkgs/pull/32751/files#r168736256
This commit is contained in:
Vladimír Čunát 2018-02-16 12:42:57 +01:00
parent d7b85321d9
commit 11fc2bad56
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -258,7 +258,7 @@ in rec {
tests.firefox = callTest tests/firefox.nix {};
tests.firewall = callTest tests/firewall.nix {};
tests.fleet = callTestOnTheseSystems ["x86_64-linux"] tests/fleet.nix {};
tests.fwupd = callTest tests/fwupd.nix {};
#tests.fwupd = callTest tests/fwupd.nix {}; # build during evaluation
#tests.gitlab = callTest tests/gitlab.nix {};
tests.gitolite = callTest tests/gitolite.nix {};
tests.gjs = callTest tests/gjs.nix {};