diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-02-06 23:15:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 04:15:38 +0000 |
commit | a4988d00dad8b5e665cd1f38826674d1317e8cf9 (patch) | |
tree | 35a4dfb43abc1c673802c4d459f3e79fcb46552b /cli/tests/integration/cert_tests.rs | |
parent | 4d7145dd5a8ff94c31619e5539bc60954ea80d3b (diff) |
chore: forward v1.30.3 release commit to main (#17677)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/tests/integration/cert_tests.rs')
-rw-r--r-- | cli/tests/integration/cert_tests.rs | 11 |
1 files changed, 6 insertions, 5 deletions
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: |