From 6d868645b4d692d96b7670a527eee189fa1add12 Mon Sep 17 00:00:00 2001 From: Dorin Marian Iancu Date: Tue, 27 Feb 2024 12:54:42 +0200 Subject: [PATCH] comment test --- multisig/tests/multisig_scenario_rs_test.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/multisig/tests/multisig_scenario_rs_test.rs b/multisig/tests/multisig_scenario_rs_test.rs index 41227f9d..3eabc0d4 100644 --- a/multisig/tests/multisig_scenario_rs_test.rs +++ b/multisig/tests/multisig_scenario_rs_test.rs @@ -36,10 +36,10 @@ fn ethereum_to_multiversx_tx_batch_ok_rs() { world().run("scenarios/ethereum_to_multiversx_tx_batch_ok.scen.json"); } -#[test] -fn ethereum_to_multiversx_tx_batch_rejected_rs() { - world().run("scenarios/ethereum_to_multiversx_tx_batch_rejected.scen.json"); -} +// #[test] +// fn ethereum_to_multiversx_tx_batch_rejected_rs() { +// world().run("scenarios/ethereum_to_multiversx_tx_batch_rejected.scen.json"); +// } #[test] fn ethereum_to_multiversx_tx_batch_without_data_rs() {