diff --git a/evm/tests/empty_txn_list.rs b/evm/tests/empty_txn_list.rs index 1e564758..d8d1bc90 100644 --- a/evm/tests/empty_txn_list.rs +++ b/evm/tests/empty_txn_list.rs @@ -20,6 +20,7 @@ type C = PoseidonGoldilocksConfig; /// Execute the empty list of transactions, i.e. a no-op. #[test] +#[ignore] // Too slow to run on CI. fn test_empty_txn_list() -> anyhow::Result<()> { init_logger();