Disable the cjdns test

The cjdns module uses "import from derivation", which is a bad thing
(it causes building at evaluation time).

+1 -1
+1 -1
nixos/release.nix
··· 244 tests.blivet = callTest tests/blivet.nix {}; 245 tests.cadvisor = scrubDrv (import tests/cadvisor.nix { system = "x86_64-linux"; }); 246 tests.chromium = callTest tests/chromium.nix {}; 247 - tests.cjdns = callTest tests/cjdns.nix {}; 248 tests.containers = callTest tests/containers.nix {}; 249 tests.docker = scrubDrv (import tests/docker.nix { system = "x86_64-linux"; }); 250 tests.dockerRegistry = scrubDrv (import tests/docker-registry.nix { system = "x86_64-linux"; });
··· 244 tests.blivet = callTest tests/blivet.nix {}; 245 tests.cadvisor = scrubDrv (import tests/cadvisor.nix { system = "x86_64-linux"; }); 246 tests.chromium = callTest tests/chromium.nix {}; 247 + #tests.cjdns = callTest tests/cjdns.nix {}; 248 tests.containers = callTest tests/containers.nix {}; 249 tests.docker = scrubDrv (import tests/docker.nix { system = "x86_64-linux"; }); 250 tests.dockerRegistry = scrubDrv (import tests/docker-registry.nix { system = "x86_64-linux"; });