From a4988d00dad8b5e665cd1f38826674d1317e8cf9 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Mon, 6 Feb 2023 23:15:38 -0500 Subject: chore: forward v1.30.3 release commit to main (#17677) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: bartlomieju Co-authored-by: Bartek IwaƄczuk --- cli/tests/integration/cert_tests.rs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/integration/cert_tests.rs b/cli/tests/integration/cert_tests.rs index 9e0e810b0..320e1b2a9 100644 --- a/cli/tests/integration/cert_tests.rs +++ b/cli/tests/integration/cert_tests.rs @@ -51,11 +51,12 @@ itest_flaky!(cafile_ts_fetch_unsafe_ssl { http_server: true, }); -itest!(deno_land_unsafe_ssl { - args: - "run --quiet --reload --allow-net --unsafely-ignore-certificate-errors=deno.land cert/deno_land_unsafe_ssl.ts", - output: "cert/deno_land_unsafe_ssl.ts.out", - }); +// TODO(bartlomieju): reenable, this test was flaky on macOS CI during 1.30.3 release +// itest!(deno_land_unsafe_ssl { +// args: +// "run --quiet --reload --allow-net --unsafely-ignore-certificate-errors=deno.land cert/deno_land_unsafe_ssl.ts", +// output: "cert/deno_land_unsafe_ssl.ts.out", +// }); itest!(ip_address_unsafe_ssl { args: -- cgit v1.2.3