From e4f0ba55ac749f34ee82eef400051c0f0a4f5ec4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 31 May 2016 11:18:30 +0200 Subject: Disable the SSH substituter test for now --- tests/nix-copy-closure.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/nix-copy-closure.nix b/tests/nix-copy-closure.nix index 0e42cc0a3d72..44126dd64e47 100644 --- a/tests/nix-copy-closure.nix +++ b/tests/nix-copy-closure.nix @@ -53,11 +53,12 @@ makeTest (let pkgA = pkgs.cowsay; pkgB = pkgs.wget; pkgC = pkgs.hello; in { # Copy the closure of package C via the SSH substituter. $client->fail("nix-store -r ${pkgC}"); - $client->succeed( - "nix-store --option use-ssh-substituter true" - . " --option ssh-substituter-hosts root\@server" - . " -r ${pkgC} >&2"); - $client->succeed("nix-store --check-validity ${pkgC}"); + # FIXME + #$client->succeed( + # "nix-store --option use-ssh-substituter true" + # . " --option ssh-substituter-hosts root\@server" + # . " -r ${pkgC} >&2"); + #$client->succeed("nix-store --check-validity ${pkgC}"); ''; }) -- cgit 1.4.1