diff --git a/rttp_client/tests/test_http_async.rs b/rttp_client/tests/test_http_async.rs index 2390e55..329d6e6 100644 --- a/rttp_client/tests/test_http_async.rs +++ b/rttp_client/tests/test_http_async.rs @@ -101,6 +101,7 @@ fn test_async_https() { }); } +#[test] #[cfg(feature = "async")] fn test_async_http_proxy_uses_absolute_form_for_http_requests() { let (addr, _handle) = support::spawn_http_proxy_server();