pss: disable TestForwardBasic (#1544)
This commit is contained in:
committed by
GitHub
parent
7101f65a8b
commit
9d96d9bef5
@ -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
|
||||
|
Reference in New Issue
Block a user