From 70eccff7f1b82a726e22753716faeb4bdc1d2823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 4 Feb 2020 15:10:46 +0100 Subject: reenable some tests (#3882) --- cli/tests/integration_tests.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index e3af66f2d..7ca686e38 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -69,7 +69,6 @@ fn fmt_test() { assert_eq!(expected, actual); } -/* TODO(ry) Disabled to get #3844 landed faster. Re-enable. #[test] fn installer_test_local_module_run() { use deno::flags::DenoFlags; @@ -163,7 +162,6 @@ fn installer_test_remote_module_run() { drop(temp_dir); drop(g) } -*/ #[test] fn js_unit_tests() { -- cgit v1.2.3