From e05459584e25e6917234e987e8133993f4707f26 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 16 Sep 2017 12:43:13 +0200 Subject: [PATCH] nixos/release-combined: remove basic kernel tests Arguably, breaking linux-latest should not block a release. Also, booting the kernel + basic sanity checking is implicitly exercised by every other vm test. --- nixos/release-combined.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 9a64d32e66c..f61d80f5599 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -94,8 +94,6 @@ in rec { (all nixos.tests.keymap.neo) (all nixos.tests.keymap.qwertz) nixos.tests.plasma5.x86_64-linux # avoid big build on i686 - (all nixos.tests.kernel-latest) - (all nixos.tests.kernel-lts) #(all nixos.tests.lightdm) (all nixos.tests.login) (all nixos.tests.misc)