Skip to content

Commit

Permalink
fix(iota): ignore test until the repo is public (#3743)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Oct 29, 2024
1 parent 0c635fb commit 3dd0a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/iota/tests/cli_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4170,6 +4170,7 @@ async fn test_faucet() -> Result<(), anyhow::Error> {
Ok(())
}

#[ignore = "until the repo is public https://github.com/iotaledger/iota/issues/3741"]
#[tokio::test]
async fn test_move_new() -> Result<(), anyhow::Error> {
let current_dir = std::env::current_dir()?;
Expand Down

0 comments on commit 3dd0a1a

Please sign in to comment.