From 0c219fe5bd35af1256fd4ac2fa07e862e0943cf9 Mon Sep 17 00:00:00 2001 From: Elaela Solis Date: Wed, 4 Mar 2026 04:14:15 -0300 Subject: [PATCH] test(e2e): re-enable eth_simulateV1 blob gas test (#22671) --- crates/ethereum/node/tests/e2e/simulate.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ethereum/node/tests/e2e/simulate.rs b/crates/ethereum/node/tests/e2e/simulate.rs index 9619a1cfa9..8c391d4b20 100644 --- a/crates/ethereum/node/tests/e2e/simulate.rs +++ b/crates/ethereum/node/tests/e2e/simulate.rs @@ -17,7 +17,6 @@ use std::sync::Arc; /// /// Reproduces #[tokio::test] -#[ignore = "depends on alloy-rs/alloy#3651"] async fn test_simulate_v1_with_max_fee_per_blob_gas_only() -> eyre::Result<()> { reth_tracing::init_test_tracing();