From f059c7f7541bda789833d5c93cb6ea3c2b346820 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 12 Nov 2016 12:43:10 +0100 Subject: Revert "cjdns test: exercise host builder logic" This reverts commit daf3ba426b2558e73ef2742fab1a73c782ef62a6. This is an alternative to 0ba3d429a758cec15545fc11c9d3fd1424c5c5f8, which disables the test outright. Briefly, exercising builders which rely on import-from-derivation can cause Hydra jobsets to time out. --- nixos/tests/cjdns.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/cjdns.nix b/nixos/tests/cjdns.nix index 1cedf168dcb..f61c82b916a 100644 --- a/nixos/tests/cjdns.nix +++ b/nixos/tests/cjdns.nix @@ -57,7 +57,6 @@ import ./make-test.nix ({ pkgs, ...} : { connectTo."192.168.0.1:1024}" = { password = carolPassword; publicKey = carolPubKey; - hostname = "carol"; }; }; }; -- cgit 1.4.1