From f657d39736cc619d7a3755655141bbace73d7e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thoralf=20M=C3=BCller?= Date: Tue, 29 Oct 2024 11:36:50 +0100 Subject: [PATCH] fix(iota): ignore test until the repo is public --- 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()?;