File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
122122}
123123
124124#[ tokio:: test]
125+ #[ ignore]
125126async fn get_cost_insufficient_tx_fee_fails ( ) -> anyhow:: Result < ( ) > {
126127 let Some ( TestEnvironment { config, client } ) = setup_nonfree ( ) else {
127128 return Ok ( ( ) ) ;
Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
173173}
174174
175175#[ tokio:: test]
176+ #[ ignore]
176177async fn query_cost_insufficient_tx_fee_fails ( ) -> anyhow:: Result < ( ) > {
177178 let Some ( TestEnvironment { config, client } ) = setup_nonfree ( ) else {
178179 return Ok ( ( ) ) ;
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
190190}
191191
192192#[ tokio:: test]
193+ #[ ignore]
193194async fn query_insufficient_tx_fee_fails ( ) -> anyhow:: Result < ( ) > {
194195 let Some ( TestEnvironment { config, client } ) = setup_nonfree ( ) else {
195196 return Ok ( ( ) ) ;
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
8585}
8686
8787#[ tokio:: test]
88+ #[ ignore]
8889async fn get_cost_insufficient_tx_fee_fails ( ) -> anyhow:: Result < ( ) > {
8990 let Some ( TestEnvironment { config : _, client } ) = setup_nonfree ( ) else {
9091 return Ok ( ( ) ) ;
Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
223223}
224224
225225#[ tokio:: test]
226+ #[ ignore]
226227async fn query_cost_insufficient_tx_fee_fails ( ) -> anyhow:: Result < ( ) > {
227228 let Some ( TestEnvironment { config, client } ) = setup_nonfree ( ) else {
228229 return Ok ( ( ) ) ;
Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
271271}
272272
273273#[ tokio:: test]
274+ #[ ignore]
274275async fn query_cost_insufficient_tx_fee_fails ( ) -> anyhow:: Result < ( ) > {
275276 let Some ( TestEnvironment { config : _, client } ) = setup_nonfree ( ) else {
276277 return Ok ( ( ) ) ;
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ async fn query_cost_small_max() -> anyhow::Result<()> {
106106}
107107
108108#[ tokio:: test]
109+ #[ ignore]
109110async fn query_cost_insufficient_tx_fee ( ) -> anyhow:: Result < ( ) > {
110111 let Some ( TestEnvironment { config : _, client } ) = setup_nonfree ( ) else {
111112 return Ok ( ( ) ) ;
You can’t perform that action at this time.
0 commit comments