Revert "cjdns: Disable tests"

This reverts commit 0ba3d429a7.
This commit is contained in:
Joachim Fasting 2016-11-12 12:47:43 +01:00
parent f059c7f754
commit 852b365928
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -221,7 +221,7 @@ in rec {
tests.boot-stage1 = callTest tests/boot-stage1.nix {};
tests.cadvisor = hydraJob (import tests/cadvisor.nix { system = "x86_64-linux"; });
tests.chromium = (callSubTests tests/chromium.nix { system = "x86_64-linux"; }).stable;
#tests.cjdns = callTest tests/cjdns.nix {};
tests.cjdns = callTest tests/cjdns.nix {};
tests.containers-ipv4 = callTest tests/containers-ipv4.nix {};
tests.containers-ipv6 = callTest tests/containers-ipv6.nix {};
tests.containers-bridge = callTest tests/containers-bridge.nix {};