diff options
author | Josh Matthews <josh@joshmatthews.net> | 2021-05-26 19:31:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 19:31:17 -0400 |
commit | 5d5f9a0a3199dda29708365619810440b3a5eb5a (patch) | |
tree | cd9ff0cd0dc18e4b37bc8672d8cdf9e3ba513f5d | |
parent | 07f355a2e7a74624871c70396faa111bc9277e96 (diff) | |
download | servo-5d5f9a0a3199dda29708365619810440b3a5eb5a.tar.gz servo-5d5f9a0a3199dda29708365619810440b3a5eb5a.zip |
Disable intermittent unit test.
-rw-r--r-- | components/net/tests/http_loader.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<Body>, response: &mut HyperResponse<Body>| { response |