From 5e8581ff4b7bd4a58f1e7d16544ca6498952b5b1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 6 Feb 2020 21:24:51 -0500 Subject: fix 015_duplicate_parallel_import (#3904) --- cli/tests/integration_tests.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 9555f93c0..a0486fbf6 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -323,12 +323,10 @@ itest!(_014_duplicate_import { output: "014_duplicate_import.ts.out", }); -/* TODO(ry) Disabled to get #3844 landed faster. Re-enable. itest!(_015_duplicate_parallel_import { args: "run --reload --allow-read 015_duplicate_parallel_import.js", output: "015_duplicate_parallel_import.js.out", }); -*/ itest!(_016_double_await { args: "run --allow-read --reload 016_double_await.ts", -- cgit v1.2.3