mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
contract/money: Ignore benchmark tests when running test units
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user