diff options
Diffstat (limited to 'crates/shirabe/tests/util/http/request_proxy_test.rs')
| -rw-r--r-- | crates/shirabe/tests/util/http/request_proxy_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/util/http/request_proxy_test.rs b/crates/shirabe/tests/util/http/request_proxy_test.rs index 502ec31..3e96a7b 100644 --- a/crates/shirabe/tests/util/http/request_proxy_test.rs +++ b/crates/shirabe/tests/util/http/request_proxy_test.rs @@ -128,7 +128,7 @@ fn test_get_curl_options() { } #[test] -#[ignore = "secure proxies require curl_version, which is a todo!() in the php-shim"] +#[ignore] fn test_get_curl_options_with_ssl() { let mut cafile_opts: IndexMap<String, PhpMixed> = IndexMap::new(); cafile_opts.insert( |
