diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-14 12:47:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 16:47:57 +0000 |
commit | 432792a46c71b402408e1bed0affdb1c3a90d8c6 (patch) | |
tree | 22d5f90349acc8388a28351bd95ddc5f9e952c88 /tests/integration/run_tests.rs | |
parent | c6189e2070ac31006920e210e616c0d9dd159b7c (diff) |
chore: 045_proxy output stdout & stderr on failure (#23810)
Part of https://github.com/denoland/deno/issues/23624
Diffstat (limited to 'tests/integration/run_tests.rs')
-rw-r--r-- | tests/integration/run_tests.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs index 8a24603b3..ed07fab96 100644 --- a/tests/integration/run_tests.rs +++ b/tests/integration/run_tests.rs @@ -234,12 +234,6 @@ itest!(_044_bad_resource { exit_code: 1, }); -itest!(_045_proxy { - args: "run -L debug --allow-net --allow-env --allow-run --allow-read --reload --quiet run/045_proxy_test.ts", - output: "run/045_proxy_test.ts.out", - http_server: true, -}); - itest!(_046_tsx { args: "run --quiet --reload run/046_jsx_test.tsx", output: "run/046_jsx_test.tsx.out", |