test(e2e): re-enable eth_simulateV1 blob gas test (#22671)

This commit is contained in:
Elaela Solis
2026-03-04 04:14:15 -03:00
committed by GitHub
parent b73ecdf4c1
commit 0c219fe5bd

View File

@@ -17,7 +17,6 @@ use std::sync::Arc;
///
/// Reproduces <https://github.com/paradigmxyz/reth/issues/21809>
#[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();