about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-02-10 07:33:04 +0100
committeraszlig <aszlig@nix.build>2020-02-10 07:33:04 +0100
commitab14b5ad41595219ca62cb4ea929bc3bbc46ca8d (patch)
tree870e875f5d526b550d0196a19f16786736fc7812
parent202831957452a72906bf9bb431e5bded4449da90 (diff)
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 <aszlig@nix.build>
-rw-r--r--modules/core/tests.nix4
1 files changed, 0 insertions, 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"];
     }