diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-02-06 21:24:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-06 21:24:51 -0500 |
| commit | 5e8581ff4b7bd4a58f1e7d16544ca6498952b5b1 (patch) | |
| tree | a79c4c4b993bd3b952cebb8d6125fd01ed9de1ad /cli/tests | |
| parent | 971391dbaf8f5273eb2f16edd22b0c6cf694be46 (diff) | |
fix 015_duplicate_parallel_import (#3904)
Diffstat (limited to 'cli/tests')
| -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 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", |
