From ae10b8d024ad669a2812e96e9d8c1578ed4904ff Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Wed, 13 Apr 2022 11:58:18 -0300 Subject: [PATCH] wormhole-william: enable tests --- pkgs/tools/networking/wormhole-william/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/networking/wormhole-william/default.nix b/pkgs/tools/networking/wormhole-william/default.nix index 157119e6475..95d77f7402c 100644 --- a/pkgs/tools/networking/wormhole-william/default.nix +++ b/pkgs/tools/networking/wormhole-william/default.nix @@ -13,7 +13,12 @@ buildGoModule rec { vendorSha256 = "sha256-J6iht3cagcwFekydShgaYJtkNLfEvSDqonkC7+frldM="; - doCheck = false; + preCheck = '' + # wormhole_test.go:692: failed to establish connection + substituteInPlace wormhole/wormhole_test.go \ + --replace "TestWormholeDirectoryTransportSendRecvDirect" \ + "SkipWormholeDirectoryTransportSendRecvDirect" + ''; meta = with lib; { homepage = "https://github.com/psanford/wormhole-william";