File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -921,6 +921,7 @@ mod tests {
921
921
}
922
922
923
923
#[ test]
924
+ #[ cfg( not( windows) ) ]
924
925
fn test_create_new_site_without_protocol_with_port_without_mounted_path ( ) {
925
926
let interface = IpAddr :: from_str ( "127.0.0.1" ) . unwrap ( ) ;
926
927
let interface_port = 1111 ;
@@ -942,6 +943,7 @@ mod tests {
942
943
}
943
944
944
945
#[ test]
946
+ #[ cfg( not( windows) ) ]
945
947
fn test_create_new_site_without_protocol_with_port_with_mounted_path ( ) {
946
948
let interface = IpAddr :: from_str ( "127.0.0.1" ) . unwrap ( ) ;
947
949
let interface_port = 1111 ;
@@ -963,6 +965,7 @@ mod tests {
963
965
}
964
966
965
967
#[ test]
968
+ #[ cfg( not( windows) ) ]
966
969
fn test_create_new_site_without_protocol_without_port_without_mounted_path ( ) {
967
970
let interface = IpAddr :: from_str ( "127.0.0.1" ) . unwrap ( ) ;
968
971
let interface_port = 1111 ;
@@ -986,6 +989,7 @@ mod tests {
986
989
}
987
990
988
991
#[ test]
992
+ #[ cfg( not( windows) ) ]
989
993
fn test_create_new_site_with_protocol_without_port_without_mounted_path ( ) {
990
994
let interface = IpAddr :: from_str ( "127.0.0.1" ) . unwrap ( ) ;
991
995
let interface_port = 1111 ;
You can’t perform that action at this time.
0 commit comments