Skip to content

Commit fcee481

Browse files
authored
chore(hive): disable eth suite of devp2p sim (#16341)
1 parent 2aea847 commit fcee481

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.github/workflows/hive.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,19 @@ jobs:
6262
- sim: ethereum/sync
6363
- sim: devp2p
6464
limit: discv4
65-
- sim: devp2p
66-
limit: eth
67-
include:
68-
# failures tracked in https://github.com/paradigmxyz/reth/issues/14825
69-
- Status
70-
- GetBlockHeaders
71-
- ZeroRequestID
72-
- GetBlockBodies
73-
- MaliciousHandshake
74-
- Transaction
75-
- NewPooledTxs
65+
# started failing after https://github.com/ethereum/go-ethereum/pull/31843, no
66+
# action on our side, remove from here when we get unxpected passes on these tests
67+
# - sim: devp2p
68+
# limit: eth
69+
# include:
70+
# - MaliciousHandshake
71+
# # failures tracked in https://github.com/paradigmxyz/reth/issues/14825
72+
# - Status
73+
# - GetBlockHeaders
74+
# - ZeroRequestID
75+
# - GetBlockBodies
76+
# - Transaction
77+
# - NewPooledTxs
7678
- sim: devp2p
7779
limit: discv5
7880
include:

0 commit comments

Comments
 (0)