mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Disable fetch tests on windows.
This commit is contained in:
parent
8583e505c8
commit
a883b594cc
1 changed files with 1 additions and 2 deletions
|
@ -2,11 +2,10 @@
|
|||
* 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/. */
|
||||
|
||||
#![allow(unused_imports)]
|
||||
#![cfg(not(target_os = "windows"))]
|
||||
|
||||
use crate::fetch_with_context;
|
||||
use crate::fetch_with_cors_cache;
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
use crate::http_loader::{expect_devtools_http_request, expect_devtools_http_response};
|
||||
use crate::{
|
||||
create_embedder_proxy, fetch, make_server, make_ssl_server, new_fetch_context,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue