mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Disable problematic test on Windows for now
This commit is contained in:
parent
0bb37c43f6
commit
4b0d13c0c7
1 changed files with 1 additions and 0 deletions
|
@ -1032,6 +1032,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(windows))]
|
||||||
fn test_create_new_site_with_protocol_with_port_with_mounted_path() {
|
fn test_create_new_site_with_protocol_with_port_with_mounted_path() {
|
||||||
let interface = IpAddr::from_str("127.0.0.1").unwrap();
|
let interface = IpAddr::from_str("127.0.0.1").unwrap();
|
||||||
let interface_port = 1111;
|
let interface_port = 1111;
|
||||||
|
|
Loading…
Reference in a new issue