Skip to content

Commit

Permalink
fix(ci): ignore testnet_hello_world test (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1ght0ne authored Sep 27, 2023
1 parent 39bd29f commit 10e47bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fuels/tests/providers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ async fn test_get_gas_used() -> Result<()> {
}

#[tokio::test]
#[ignore]
async fn testnet_hello_world() -> Result<()> {
// Note that this test might become flaky.
// This test depends on:
Expand Down

0 comments on commit 10e47bd

Please sign in to comment.