diff --git a/components/net/tests/http_loader.rs b/components/net/tests/http_loader.rs index ce3bc4bb270..4490de73091 100644 --- a/components/net/tests/http_loader.rs +++ b/components/net/tests/http_loader.rs @@ -333,6 +333,7 @@ fn test_request_and_response_data_with_network_messages() { } #[test] +#[cfg(not(target_os = "windows"))] fn test_request_and_response_message_from_devtool_without_pipeline_id() { let handler = move |_: HyperRequest, response: &mut HyperResponse| { response