From d766a20c260c7d02a94c792b09e2bd9090ee3edf Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 22 Oct 2020 14:49:36 +0200 Subject: core/tests: Remove runInMachine The test is not essential for running any real NixOS machines and the tests just checks whether the runInMachine function for building derivations inside a VM works. I was very much reluctant to just remove this test before I actually fixed the issue upstream because this would mean that it's highly likely that I'm never going to do it. However, since all the channels on our side are currently blocking on this test, which isn't relevant either, I'm going to risk possibly never fixing runInMachine upstream since I'd have removed that test anyway for the aforementioned reason. Signed-off-by: aszlig --- modules/core/tests.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/core') diff --git a/modules/core/tests.nix b/modules/core/tests.nix index 4905d0e0..9a70041c 100644 --- a/modules/core/tests.nix +++ b/modules/core/tests.nix @@ -675,9 +675,6 @@ let { check = config.services.rsyslogd.enable; path = ["nixos" "rsyslogd"]; } - { check = true; - path = ["nixos" "runInMachine"]; - } { check = config.networking.rxe.enable; path = ["nixos" "rxe"]; } -- cgit 1.4.1