mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-07 20:05:05 +00:00
pss: disable TestForwardBasic (#1544)
This commit is contained in:
parent
7101f65a8b
commit
9d96d9bef5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue