Skip to content

Commit b06621f

Browse files
authored
fix: Disable e2e tests (#1063)
Signed-off-by: gsstoykov <[email protected]>
1 parent b4c3310 commit b06621f

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

tests/e2e/account/info.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
122122
}
123123

124124
#[tokio::test]
125+
#[ignore]
125126
async fn get_cost_insufficient_tx_fee_fails() -> anyhow::Result<()> {
126127
let Some(TestEnvironment { config, client }) = setup_nonfree() else {
127128
return Ok(());

tests/e2e/contract/info.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
173173
}
174174

175175
#[tokio::test]
176+
#[ignore]
176177
async fn query_cost_insufficient_tx_fee_fails() -> anyhow::Result<()> {
177178
let Some(TestEnvironment { config, client }) = setup_nonfree() else {
178179
return Ok(());

tests/e2e/file/contents.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
190190
}
191191

192192
#[tokio::test]
193+
#[ignore]
193194
async fn query_insufficient_tx_fee_fails() -> anyhow::Result<()> {
194195
let Some(TestEnvironment { config, client }) = setup_nonfree() else {
195196
return Ok(());

tests/e2e/network_version_info.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
8585
}
8686

8787
#[tokio::test]
88+
#[ignore]
8889
async fn get_cost_insufficient_tx_fee_fails() -> anyhow::Result<()> {
8990
let Some(TestEnvironment { config: _, client }) = setup_nonfree() else {
9091
return Ok(());

tests/e2e/schedule/info.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
223223
}
224224

225225
#[tokio::test]
226+
#[ignore]
226227
async fn query_cost_insufficient_tx_fee_fails() -> anyhow::Result<()> {
227228
let Some(TestEnvironment { config, client }) = setup_nonfree() else {
228229
return Ok(());

tests/e2e/token/info.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ async fn query_cost_small_max_fails() -> anyhow::Result<()> {
271271
}
272272

273273
#[tokio::test]
274+
#[ignore]
274275
async fn query_cost_insufficient_tx_fee_fails() -> anyhow::Result<()> {
275276
let Some(TestEnvironment { config: _, client }) = setup_nonfree() else {
276277
return Ok(());

tests/e2e/topic/info.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ async fn query_cost_small_max() -> anyhow::Result<()> {
106106
}
107107

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

0 commit comments

Comments
 (0)