Skip to content

Commit

Permalink
Skip failing test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmchase committed Aug 3, 2021
1 parent 772ee3d commit ddb5082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/http_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ mod tests {
}
}

// todo: Windows should verify certs too and fail to make this request without ca certs
#[cfg(not(windows))]
#[tokio::test]
async fn test_fetch_with_empty_certificate_store() {
let _http_server_guard = test_util::http_server();
Expand Down

0 comments on commit ddb5082

Please sign in to comment.