Disable fetch tests on windows.

This commit is contained in:
Josh Matthews 2021-05-27 23:30:41 -04:00 committed by GitHub
parent 8583e505c8
commit a883b594cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,