aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2021-05-27 00:07:13 -0400
committerGitHub <noreply@github.com>2021-05-27 00:07:13 -0400
commitde2266874846f2dc299335d20bf8cfcb3707bf67 (patch)
treec7dbc63c4a46e99c3520759568f48087a79b02d0
parent1a1590fd53b2d350f60bc8d5a2c73ea3a0a13b9e (diff)
downloadservo-de2266874846f2dc299335d20bf8cfcb3707bf67.tar.gz
servo-de2266874846f2dc299335d20bf8cfcb3707bf67.zip
Disable all http_loader unit tests on windows.
-rw-r--r--components/net/tests/http_loader.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/net/tests/http_loader.rs b/components/net/tests/http_loader.rs
index 4490de73091..e9de2cb983f 100644
--- a/components/net/tests/http_loader.rs
+++ b/components/net/tests/http_loader.rs
@@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
+#![cfg(not(target_os = "windows"))]
+
use crate::fetch;
use crate::fetch_with_context;
use crate::make_server;