diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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() { |