From 11fc2bad56bb6464b161f5ce911511a0137cfe2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 16 Feb 2018 12:42:57 +0100 Subject: [PATCH] nixos tests: disable fwupd for now See https://github.com/NixOS/nixpkgs/pull/32751/files#r168736256 --- nixos/release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/release.nix b/nixos/release.nix index 4b8bd0d30e4..6bf2e4d8c7f 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -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 {};