From 3dd0a1a4b9cd84e64ff706121808375877b9428b Mon Sep 17 00:00:00 2001 From: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:26:11 +0100 Subject: [PATCH] fix(iota): ignore test until the repo is public (#3743) --- crates/iota/tests/cli_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/iota/tests/cli_tests.rs b/crates/iota/tests/cli_tests.rs index cc2ce6ec14f..4d7521ceb7b 100644 --- a/crates/iota/tests/cli_tests.rs +++ b/crates/iota/tests/cli_tests.rs @@ -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()?;