mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Disable all http_loader unit tests on windows.
This commit is contained in:
parent
1a1590fd53
commit
de22668748
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue