From ac3d4c9fa6824fb2a3e77b24d40185441482eff7 Mon Sep 17 00:00:00 2001 From: alexstroke Date: Mon, 19 Feb 2024 13:02:33 +0100 Subject: [PATCH] [fix] Fix failing insufficient funds test Signed-off-by: alexstroke <111361420+astrokov7@users.noreply.github.com> --- client/tests/integration/transfer_asset.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/tests/integration/transfer_asset.rs b/client/tests/integration/transfer_asset.rs index c5e1b3f9fc2..6b3ee6540dc 100644 --- a/client/tests/integration/transfer_asset.rs +++ b/client/tests/integration/transfer_asset.rs @@ -53,9 +53,10 @@ fn simulate_transfer_fixed() { } #[test] +#[ignore = "long"] +#[should_panic(expected = "insufficient funds")] // This test is also covered at the UI level in the iroha_client_cli tests // in test_tranfer_assets.py -#[should_panic(expected = "insufficient funds")] fn simulate_insufficient_funds() { simulate_transfer( Fixed::try_from(20_f64).unwrap(),