From ab14b5ad41595219ca62cb4ea929bc3bbc46ca8d Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 10 Feb 2020 07:33:04 +0100 Subject: core/tests: Remove docker-preloader test This test is only really useful in test environments and is imported only within the QEMU test driver. The NixOS module option is not available otherwise, which in turn will cause the evaluation to fail. Signed-off-by: aszlig --- modules/core/tests.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/core/tests.nix b/modules/core/tests.nix index c14bbeba..a9f6d39a 100644 --- a/modules/core/tests.nix +++ b/modules/core/tests.nix @@ -186,10 +186,6 @@ let && package.name == pkgs.docker-edge.name; path = ["nixos" "docker-edge"]; } - { check = config.virtualisation.docker.enable - && config.virtualisation.dockerPreloader.images != []; - path = ["nixos" "docker-preloader"]; - } { check = config.services.dockerRegistry.enable; path = ["nixos" "docker-registry"]; } -- cgit 1.4.1