Skip to content

Commit 4b0d13c

Browse files
committed
Disable problematic test on Windows for now
1 parent 0bb37c4 commit 4b0d13c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/serve.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ mod tests {
10321032
}
10331033

10341034
#[test]
1035+
#[cfg(not(windows))]
10351036
fn test_create_new_site_with_protocol_with_port_with_mounted_path() {
10361037
let interface = IpAddr::from_str("127.0.0.1").unwrap();
10371038
let interface_port = 1111;

0 commit comments

Comments
 (0)