Skip to content

Commit

Permalink
Disable problematic test on Windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Jun 20, 2024
1 parent 0bb37c4 commit 4b0d13c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4b0d13c

Please sign in to comment.