diff --git a/crates/differential/src/lib.rs b/crates/differential/src/lib.rs index d294b10..2462b84 100644 --- a/crates/differential/src/lib.rs +++ b/crates/differential/src/lib.rs @@ -557,6 +557,7 @@ allocated bytes: 3711"#; } #[test] + #[ignore] // https://github.com/ethereum/go-ethereum/issues/30778 fn bench_flipper() { let log_runtime = Evm::default() .code_blob(EVM_BIN_RUNTIME_FIXTURE.as_bytes().to_vec())