diff options
Diffstat (limited to 'cli/tools/installer.rs')
-rw-r--r-- | cli/tools/installer.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tools/installer.rs b/cli/tools/installer.rs index 02dbd71ce..5877494d1 100644 --- a/cli/tools/installer.rs +++ b/cli/tools/installer.rs @@ -814,7 +814,10 @@ mod tests { } } + // This test is disabled because it uses the `deno` binary found in `$PATH`. + // It should use the one located in `./target/{debug|release}/`. #[test] + #[ignore] fn install_unicode() { let temp_dir = TempDir::new().expect("tempdir fail"); let bin_dir = temp_dir.path().join("bin"); |