Skip to content

Commit

Permalink
internal: disable a network related test
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen committed Jul 18, 2024
1 parent 118f286 commit f4797be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/moon/tests/test_cases/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4196,6 +4196,9 @@ fn test_moon_run_with_cli_args() {

#[test]
fn test_third_party() {
if std::env::var("CI").is_err() {
return;
}
let dir = TestDir::new("third_party.in");
get_stdout_with_args_and_replace_dir(&dir, ["update"]);
get_stdout_with_args_and_replace_dir(&dir, ["build"]);
Expand Down

0 comments on commit f4797be

Please sign in to comment.