Disable all http_loader unit tests on windows.

This commit is contained in:
Josh Matthews 2021-05-27 00:07:13 -04:00 committed by GitHub
parent 1a1590fd53
commit de22668748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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