diff options
author | Bert Belder <bertbelder@gmail.com> | 2021-05-11 22:06:58 +0000 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2021-06-23 19:36:05 +0000 |
commit | e02403bb4590da6823eb956bcbc89e9a937d431d (patch) | |
tree | a7fd05604ee093c63692c6434911300204d3cd32 /cli/tools/installer.rs | |
parent | 6f8975ad786e3c8f7cc6fe0f374e704f06741b18 (diff) |
ci: run Linux release builds in sysroot with Ubuntu 18.04 and LLVM (#10920)
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"); |