From 251840a60d1e2ba4ceca85029bd8cc342b6cd038 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 9 Oct 2024 18:49:56 +0100 Subject: fix: do not panic on wsl share file paths on windows (#26081) A test is going to fail on windows (I'm not on a windows machine atm, so running the CI to see what fails) Closes #26080 --- tests/integration/run_tests.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs index db83acb19..ca24f18f4 100644 --- a/tests/integration/run_tests.rs +++ b/tests/integration/run_tests.rs @@ -5150,6 +5150,8 @@ fn emit_failed_readonly_file_system() { output.assert_matches_text("[WILDCARD]Error saving emit data ([WILDLINE]main.ts)[WILDCARD]Skipped emit cache save of [WILDLINE]other.ts[WILDCARD]hi[WILDCARD]"); } +// todo(dsherret): waiting on fix in https://github.com/servo/rust-url/issues/505 +#[ignore] #[cfg(windows)] #[test] fn handle_invalid_path_error() { -- cgit v1.2.3