pss: disable TestForwardBasic (#1544)

This commit is contained in:
Anton Evangelatov
2019-07-11 18:17:26 +02:00
committed by GitHub
parent 7101f65a8b
commit 9d96d9bef5

View File

@ -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