From 7a69941e865a8371e62d63402df54171166e5957 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:27:15 -0400 Subject: [PATCH] chore: disable currently failing engine hive tests with reasons (#8733) --- .github/workflows/hive.yml | 39 +++++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 184ee0df0..6151c9569 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -66,7 +66,12 @@ jobs: strategy: fail-fast: false matrix: - sim: [ethereum/rpc, smoke/genesis, smoke/network, ethereum/sync] + # TODO: enable etherem/sync once resolved: + # https://github.com/paradigmxyz/reth/issues/8579 + # TODO: enable ethereum/rpc once resolved: + # https://github.com/ethereum/hive/pull/1117 + # sim: [ethereum/rpc, smoke/genesis, smoke/network, ethereum/sync] + sim: [smoke/genesis, smoke/network] include: - sim: devp2p limit: discv4 @@ -93,17 +98,26 @@ jobs: - TestBlobViolations - sim: ethereum/engine limit: engine-exchange-capabilities - - sim: ethereum/engine - limit: engine-withdrawals + # TODO: enable engine-withdrawals once resolved: + # https://github.com/paradigmxyz/reth/issues/8732 + # - sim: ethereum/engine + # limit: engine-withdrawals - sim: ethereum/engine limit: engine-auth - sim: ethereum/engine limit: engine-transition - - sim: ethereum/engine - limit: engine-api - - sim: ethereum/engine - limit: cancun - # eth_ rpc methods + # TODO: enable engine-api once resolved: + # https://github.com/paradigmxyz/reth/issues/6217 + # https://github.com/paradigmxyz/reth/issues/8305 + # - sim: ethereum/engine + # limit: engine-api + # TODO: enable cancun once resolved: + # https://github.com/paradigmxyz/reth/issues/6217 + # https://github.com/paradigmxyz/reth/issues/8306 + # https://github.com/paradigmxyz/reth/issues/7144 + # - sim: ethereum/engine + # limit: cancun + # eth_ rpc methods - sim: ethereum/rpc-compat include: - eth_blockNumber @@ -123,9 +137,12 @@ jobs: - eth_getTransactionReceipt - eth_sendRawTransaction - eth_syncing - # debug_ rpc methods - - sim: ethereum/rpc-compat - include: [debug_] + # TODO: enable debug_ rpc-compat once resolved: + # https://github.com/paradigmxyz/reth/issues/7015 + # https://github.com/paradigmxyz/reth/issues/6332 + # debug_ rpc methods + # - sim: ethereum/rpc-compat + # include: [debug_] # Pyspec cancun jobs - sim: pyspec include: [cancun/eip4844]