Disable all serve tests for Windows for now

This commit is contained in:
Vincent Prouillet 2024-06-24 22:43:14 +02:00 committed by Vincent Prouillet
parent b97f8a1fe2
commit 041da029ee

View file

@ -921,6 +921,7 @@ mod tests {
} }
#[test] #[test]
#[cfg(not(windows))]
fn test_create_new_site_without_protocol_with_port_without_mounted_path() { fn test_create_new_site_without_protocol_with_port_without_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;
@ -942,6 +943,7 @@ mod tests {
} }
#[test] #[test]
#[cfg(not(windows))]
fn test_create_new_site_without_protocol_with_port_with_mounted_path() { fn test_create_new_site_without_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;
@ -963,6 +965,7 @@ mod tests {
} }
#[test] #[test]
#[cfg(not(windows))]
fn test_create_new_site_without_protocol_without_port_without_mounted_path() { fn test_create_new_site_without_protocol_without_port_without_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;
@ -986,6 +989,7 @@ mod tests {
} }
#[test] #[test]
#[cfg(not(windows))]
fn test_create_new_site_with_protocol_without_port_without_mounted_path() { fn test_create_new_site_with_protocol_without_port_without_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;