diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2022-03-15 11:19:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 11:19:59 -0400 |
commit | 163e1d61920fbc6a0bdb18adc57b249b2d600472 (patch) | |
tree | 56cea11c348f2c1a2318fad9ae5e467873345444 /cli/http_util.rs | |
parent | fe606c52e14aef52c065b506c146942f4304731d (diff) |
disable flakes (#13962)
Diffstat (limited to 'cli/http_util.rs')
-rw-r--r-- | cli/http_util.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/http_util.rs b/cli/http_util.rs index 3f11e8859..7e10c9042 100644 --- a/cli/http_util.rs +++ b/cli/http_util.rs @@ -593,6 +593,7 @@ mod tests { // TODO(@justinmchase): Windows should verify certs too and fail to make this request without ca certs #[cfg(not(windows))] #[tokio::test] + #[ignore] // https://github.com/denoland/deno/issues/12561 async fn test_fetch_with_empty_certificate_store() { use deno_runtime::deno_tls::rustls::RootCertStore; |