Skip to content

Commit

Permalink
fix(test): ignore failed platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Nov 21, 2023
1 parent 2cfd5ca commit 51582b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/cli/tests/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ fn should_install_index_files() {
drop((root, mock_instance)); // cleanup
}

#[cfg(not(target_os = "windows"))] // It causes ConnectionAborted on CI
#[cfg(not(target_os = "macos"))] // It causes ConnectionReset on CI
#[test]
fn frozen_lockfile_should_be_able_to_handle_big_lockfile() {
let CommandTempCwd { pacquet, root, workspace, npmrc_info, .. } =
Expand Down

0 comments on commit 51582b3

Please sign in to comment.