Skip to content

Commit

Permalink
disable the fetch test, since it's testing it against futurenet.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachiherman committed Jul 5, 2023
1 parent 5b53678 commit b280a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/crates/soroban-test/tests/it/invoke_sandbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ fn handles_kebab_case() {
.is_ok());
}

#[ignore]
#[tokio::test]
async fn fetch() {
// TODO: Currently this test fetches a live contract from futurenet. This obviously depends on
Expand Down

0 comments on commit b280a42

Please sign in to comment.