We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e712b70 commit 2d377ceCopy full SHA for 2d377ce
pss/forwarding_test.go
@@ -26,13 +26,11 @@ type testCase struct {
26
errors string
27
}
28
29
-var testCases []testCase
30
-
31
// the purpose of this test is to see that pss.forward() function correctly
32
// selects the peers for message forwarding, depending on the message address
33
// and kademlia constellation.
34
func TestForwardBasic(t *testing.T) {
35
- t.Skip("Flaky on macOS on local machines")
+ var testCases []testCase
36
baseAddrBytes := make([]byte, 32)
37
for i := 0; i < len(baseAddrBytes); i++ {
38
baseAddrBytes[i] = 0xFF
0 commit comments