Disable problematic test on Windows for now

This commit is contained in:
Vincent Prouillet 2024-06-19 23:15:03 +02:00 committed by Vincent Prouillet
parent 0bb37c43f6
commit 4b0d13c0c7

View file

@ -1032,6 +1032,7 @@ mod tests {
}
#[test]
#[cfg(not(windows))]
fn test_create_new_site_with_protocol_with_port_with_mounted_path() {
let interface = IpAddr::from_str("127.0.0.1").unwrap();
let interface_port = 1111;