diff --git a/nixos/release.nix b/nixos/release.nix index 1bd3ec577318..e7771788edc8 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -244,7 +244,7 @@ in rec { tests.blivet = callTest tests/blivet.nix {}; tests.cadvisor = scrubDrv (import tests/cadvisor.nix { system = "x86_64-linux"; }); tests.chromium = callTest tests/chromium.nix {}; - tests.cjdns = callTest tests/cjdns.nix {}; + #tests.cjdns = callTest tests/cjdns.nix {}; tests.containers = callTest tests/containers.nix {}; tests.docker = scrubDrv (import tests/docker.nix { system = "x86_64-linux"; }); tests.dockerRegistry = scrubDrv (import tests/docker-registry.nix { system = "x86_64-linux"; });