aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/downloader/xz_downloader_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/downloader/xz_downloader_test.rs')
-rw-r--r--crates/shirabe/tests/downloader/xz_downloader_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/downloader/xz_downloader_test.rs b/crates/shirabe/tests/downloader/xz_downloader_test.rs
index db4659f9..c1fc6bc0 100644
--- a/crates/shirabe/tests/downloader/xz_downloader_test.rs
+++ b/crates/shirabe/tests/downloader/xz_downloader_test.rs
@@ -63,7 +63,7 @@ fn get_config(config_options: IndexMap<String, PhpMixed>, use_environment: bool)
}
#[cfg(all(not(windows), target_pointer_width = "64"))]
-#[ignore]
+#[ignore = "dist_url built from file!(), which yields a workspace-relative path unlike PHP's absolute __FILE__, so the file:// URL never resolves to a real file"]
#[test]
fn test_error_messages() {
let test_dir = set_up();