diff --git a/leo/cli/cli.rs b/leo/cli/cli.rs index 99a54c3dfc..67cbc4c9c1 100644 --- a/leo/cli/cli.rs +++ b/leo/cli/cli.rs @@ -183,8 +183,8 @@ mod tests { }); // Clear tmp directory - std::fs::remove_dir_all(registry).unwrap(); - std::fs::remove_dir_all(project_directory).unwrap(); + // std::fs::remove_dir_all(registry).unwrap(); + // std::fs::remove_dir_all(project_directory).unwrap(); } #[test] @@ -226,7 +226,7 @@ mod tests { }); // Clear tmp directory - std::fs::remove_dir_all(project_directory).unwrap(); + // std::fs::remove_dir_all(project_directory).unwrap(); } }