From e02403bb4590da6823eb956bcbc89e9a937d431d Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 11 May 2021 22:06:58 +0000 Subject: ci: run Linux release builds in sysroot with Ubuntu 18.04 and LLVM (#10920) --- cli/tools/installer.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/tools') 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"); -- cgit v1.2.3