Skip to content

Commit

Permalink
ignore test and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 20, 2024
1 parent 461e828 commit fc109c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/crates/soroban-test/tests/it/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ fn build_default_members() {
}

#[test]
#[ignore] // TODO: unignore -- reproduces unfixed bug https://github.com/stellar/stellar-cli/issues/1694
fn build_with_metadata() {
let sandbox = TestEnv::default();
let cargo_dir = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"));
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/it/rpc_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn mock_generate_account(server: &MockServer) -> Mock {
when.method(GET)
.path("/friendbot")
.header("accept", "*/*")
.header("user-agent", "soroban-cli/22.0.1"); //update this to be future proof
.header("user-agent", "soroban-cli/22.1.0"); // TODO: update this to be future-proof
then.status(200);
})
}
Expand Down

0 comments on commit fc109c0

Please sign in to comment.