Disable slow test on CI

This commit is contained in:
Daniel Lubarov 2023-01-01 23:42:05 -08:00
parent 595e751ac1
commit 18ce7ea547

View File

@ -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();