Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/e2e/account/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
}

#[tokio::test]
#[ignore]
async fn get_cost_insufficient_tx_fee_fails() -> anyhow::Result<()> {
let Some(TestEnvironment { config, client }) = setup_nonfree() else {
return Ok(());
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/contract/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
}

#[tokio::test]
#[ignore]
async fn query_cost_insufficient_tx_fee_fails() -> anyhow::Result<()> {
let Some(TestEnvironment { config, client }) = setup_nonfree() else {
return Ok(());
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/file/contents.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
}

#[tokio::test]
#[ignore]
async fn query_insufficient_tx_fee_fails() -> anyhow::Result<()> {
let Some(TestEnvironment { config, client }) = setup_nonfree() else {
return Ok(());
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/network_version_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
}

#[tokio::test]
#[ignore]
async fn get_cost_insufficient_tx_fee_fails() -> anyhow::Result<()> {
let Some(TestEnvironment { config: _, client }) = setup_nonfree() else {
return Ok(());
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/schedule/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
}

#[tokio::test]
#[ignore]
async fn query_cost_insufficient_tx_fee_fails() -> anyhow::Result<()> {
let Some(TestEnvironment { config, client }) = setup_nonfree() else {
return Ok(());
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/token/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
}

#[tokio::test]
#[ignore]
async fn query_cost_insufficient_tx_fee_fails() -> anyhow::Result<()> {
let Some(TestEnvironment { config: _, client }) = setup_nonfree() else {
return Ok(());
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/topic/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ async fn query_cost_small_max() -> anyhow::Result<()> {
}

#[tokio::test]
#[ignore]
async fn query_cost_insufficient_tx_fee() -> anyhow::Result<()> {
let Some(TestEnvironment { config: _, client }) = setup_nonfree() else {
return Ok(());
Expand Down