File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -921,6 +921,7 @@ mod tests {
921921 }
922922
923923 #[ test]
924+ #[ cfg( not( windows) ) ]
924925 fn test_create_new_site_without_protocol_with_port_without_mounted_path ( ) {
925926 let interface = IpAddr :: from_str ( "127.0.0.1" ) . unwrap ( ) ;
926927 let interface_port = 1111 ;
@@ -942,6 +943,7 @@ mod tests {
942943 }
943944
944945 #[ test]
946+ #[ cfg( not( windows) ) ]
945947 fn test_create_new_site_without_protocol_with_port_with_mounted_path ( ) {
946948 let interface = IpAddr :: from_str ( "127.0.0.1" ) . unwrap ( ) ;
947949 let interface_port = 1111 ;
@@ -963,6 +965,7 @@ mod tests {
963965 }
964966
965967 #[ test]
968+ #[ cfg( not( windows) ) ]
966969 fn test_create_new_site_without_protocol_without_port_without_mounted_path ( ) {
967970 let interface = IpAddr :: from_str ( "127.0.0.1" ) . unwrap ( ) ;
968971 let interface_port = 1111 ;
@@ -986,6 +989,7 @@ mod tests {
986989 }
987990
988991 #[ test]
992+ #[ cfg( not( windows) ) ]
989993 fn test_create_new_site_with_protocol_without_port_without_mounted_path ( ) {
990994 let interface = IpAddr :: from_str ( "127.0.0.1" ) . unwrap ( ) ;
991995 let interface_port = 1111 ;
You can’t perform that action at this time.
0 commit comments