From 432792a46c71b402408e1bed0affdb1c3a90d8c6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 14 May 2024 12:47:57 -0400 Subject: chore: 045_proxy output stdout & stderr on failure (#23810) Part of https://github.com/denoland/deno/issues/23624 --- tests/integration/run_tests.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/integration') 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", -- cgit v1.2.3