From dc0a1fb1343af2fe2a9955b30f3f6c83d3e2c4be Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 10 Jan 2024 15:10:56 +0100 Subject: [PATCH] contract/money: Ignore benchmark tests when running test units --- src/contract/money/tests/verification_bench.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/contract/money/tests/verification_bench.rs b/src/contract/money/tests/verification_bench.rs index b68a59616..0911d18bc 100644 --- a/src/contract/money/tests/verification_bench.rs +++ b/src/contract/money/tests/verification_bench.rs @@ -24,6 +24,7 @@ use log::info; use rand::{prelude::IteratorRandom, Rng}; #[test] +#[ignore] fn alice2alice_random_amounts() -> Result<()> { smol::block_on(async { init_logger(); @@ -118,6 +119,7 @@ fn alice2alice_random_amounts() -> Result<()> { } #[test] +#[ignore] fn alice2alice_multiplecoins_random_amounts() -> Result<()> { smol::block_on(async { init_logger();