aboutsummaryrefslogtreecommitdiff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-04-26 10:14:51 -0500
committerGitHub <noreply@github.com>2018-04-26 10:14:51 -0500
commit1d0625499854b583c57267a744111ba8a1d0cfaf (patch)
tree327cb2045dafb4201326a264b1755a3614e1a68b /nixos/release-combined.nix
parentbea11a34fbcefe24a66cf64c7388124db567a17d (diff)
release-combined: don't include tests.chromium
The chromium package will frequently time out . Note that this is unrelated to the test but a side effect because the test depends on chromium. https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.chromium.x86_64-linux See also #39476
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index e010b532a688..4d6ff334d347 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -58,7 +58,7 @@ in rec {
nixos.ova.x86_64-linux or []
#(all nixos.tests.containers)
- nixos.tests.chromium.x86_64-linux or []
+ #nixos.tests.chromium.x86_64-linux or []
(all nixos.tests.firefox)
(all nixos.tests.firewall)
(all nixos.tests.gnome3)