From 89ddfb28c8d576a0d9b83c9cc7f6c16c6d513f52 Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Thu, 21 Nov 2024 12:22:15 +0100 Subject: [PATCH] CI: ignore the broken test (#116) Signed-off-by: Cyrill Leutwiler --- crates/differential/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/differential/src/lib.rs b/crates/differential/src/lib.rs index d294b107..2462b847 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())