From 9d96d9bef51c3a3d8fa31bd6f9000b01846e1a10 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Thu, 11 Jul 2019 18:17:26 +0200 Subject: [PATCH] pss: disable TestForwardBasic (#1544) --- pss/forwarding_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pss/forwarding_test.go b/pss/forwarding_test.go index 1d0c69a895..a95020d2c9 100644 --- a/pss/forwarding_test.go +++ b/pss/forwarding_test.go @@ -32,6 +32,7 @@ var testCases []testCase // selects the peers for message forwarding, depending on the message address // and kademlia constellation. func TestForwardBasic(t *testing.T) { + t.Skip("Flaky on macOS on local machines") baseAddrBytes := make([]byte, 32) for i := 0; i < len(baseAddrBytes); i++ { baseAddrBytes[i] = 0xFF