diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-01-12 01:04:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 01:04:25 +0100 |
commit | ee2c6cb04af232be672b31b81f7c377b2f571267 (patch) | |
tree | 4609baa8a03086c002e1e3327147e498d56be120 /cli/tests/cert_tests.rs | |
parent | cc4bc2c01c936324433b58f031d02710244e20b7 (diff) |
test: fix flaky deno_land_unsafe_ssl test (#17357)
Diffstat (limited to 'cli/tests/cert_tests.rs')
-rw-r--r-- | cli/tests/cert_tests.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/cert_tests.rs b/cli/tests/cert_tests.rs index c06c1afb9..fd6a50061 100644 --- a/cli/tests/cert_tests.rs +++ b/cli/tests/cert_tests.rs @@ -58,8 +58,9 @@ mod cert { itest!(deno_land_unsafe_ssl { args: - "run --quiet --reload --allow-net --unsafely-ignore-certificate-errors=deno.land cert/deno_land_unsafe_ssl.ts", + "run --quiet --reload --allow-net --cert=tls/RootCA.pem --unsafely-ignore-certificate-errors=localhost cert/deno_land_unsafe_ssl.ts", output: "cert/deno_land_unsafe_ssl.ts.out", + http_server: true, }); itest!(ip_address_unsafe_ssl { |