diff --git a/crates/oxc_diagnostics/src/service.rs b/crates/oxc_diagnostics/src/service.rs index 35bda164883e6..e9b67182f2f97 100644 --- a/crates/oxc_diagnostics/src/service.rs +++ b/crates/oxc_diagnostics/src/service.rs @@ -397,7 +397,7 @@ mod tests { } #[test] - #[cfg(windows)] + //#[cfg(windows)] fn test_path_to_uri_windows() { let paths = [ PathBuf::from("C:\\some\\path\\to\\file.txt"),