summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests')
-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 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",