croc: disable broken test

This commit is contained in:
zowoq
2022-01-30 15:47:35 +10:00
parent 586ff1f3e9
commit a86361e234

View File

@@ -19,7 +19,8 @@ buildGoModule rec {
passthru = {
tests = {
local-relay = callPackage ./test-local-relay.nix { };
# test fails
#local-relay = callPackage ./test-local-relay.nix { };
};
};
meta = with lib; {