Explorar o código

contract/money: Ignore benchmark tests when running test units

parazyd %!s(int64=2) %!d(string=hai) anos
pai
achega
7a6b0a5203
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/contract/money/tests/verification_bench.rs

+ 2 - 0
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();