diff options
Diffstat (limited to 'tests/integration/npm_tests.rs')
-rw-r--r-- | tests/integration/npm_tests.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/integration/npm_tests.rs b/tests/integration/npm_tests.rs index 923d151be..2c074b86f 100644 --- a/tests/integration/npm_tests.rs +++ b/tests/integration/npm_tests.rs @@ -1669,12 +1669,6 @@ itest!(non_existent_dep_version { "Download http://localhost:4260/@denotest/non-existent-dep-version\n", "Download http://localhost:4260/@denotest/esm-basic\n", "[UNORDERED_END]\n", - // does two downloads because when failing once it max tries to - // get the latest version a second time - "[UNORDERED_START]\n", - "Download http://localhost:4260/@denotest/non-existent-dep-version\n", - "Download http://localhost:4260/@denotest/esm-basic\n", - "[UNORDERED_END]\n", "error: Could not find npm package '@denotest/esm-basic' matching '=99.99.99'.\n" )), }); |