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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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