We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ba4ff commit fe294c1Copy full SHA for fe294c1
p2p/p2p_test.go
@@ -71,6 +71,7 @@ func TestService(t *testing.T) {
71
}
72
73
t.Run("gossip", func(t *testing.T) {
74
+ t.Skip() // todo: flaky test
75
topic := "coolTopic"
76
ch, closer, err := peerA.SubscribeToTopic(topic)
77
require.NoError(t, err)
p2p/starknet/starknet_test.go
@@ -156,6 +156,7 @@ func TestClientHandler(t *testing.T) { //nolint:gocyclo
156
})
157
158
t.Run("get block bodies", func(t *testing.T) {
159
160
deployedClassHash := utils.HexToFelt(t, "0XCAFEBABE")
161
deployedAddress := utils.HexToFelt(t, "0XDEADBEEF")
162
replacedClassHash := utils.HexToFelt(t, "0XABCD")
0 commit comments