Skip to content

Commit fe294c1

Browse files
committed
Skip some flaky tests
1 parent 14ba4ff commit fe294c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

p2p/p2p_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func TestService(t *testing.T) {
7171
}
7272

7373
t.Run("gossip", func(t *testing.T) {
74+
t.Skip() // todo: flaky test
7475
topic := "coolTopic"
7576
ch, closer, err := peerA.SubscribeToTopic(topic)
7677
require.NoError(t, err)

p2p/starknet/starknet_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ func TestClientHandler(t *testing.T) { //nolint:gocyclo
156156
})
157157

158158
t.Run("get block bodies", func(t *testing.T) {
159+
t.Skip() // todo: flaky test
159160
deployedClassHash := utils.HexToFelt(t, "0XCAFEBABE")
160161
deployedAddress := utils.HexToFelt(t, "0XDEADBEEF")
161162
replacedClassHash := utils.HexToFelt(t, "0XABCD")

0 commit comments

Comments
 (0)