summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-02-04 15:10:46 +0100
committerGitHub <noreply@github.com>2020-02-04 09:10:46 -0500
commit70eccff7f1b82a726e22753716faeb4bdc1d2823 (patch)
tree9306ce7611a8c1835c2ce261d94b06b64d9523de /cli/tests/integration_tests.rs
parent161cf7cdfd44ace8937fb7940727984990742d18 (diff)
reenable some tests (#3882)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs2
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() {