From d68e64034a5fbf991e8c0435163ad74d1a3a6091 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 20 Jul 2026 03:14:39 +0900 Subject: test(zip-downloader): un-ignore test_error_messages, reason went stale The file:// branch of RemoteFilesystem::get_remote_contents is now implemented, so the dist download reaches the ZipArchive "is not a zip archive" path the test asserts. Test content unchanged. Co-Authored-By: Claude Fable 5 --- crates/shirabe/tests/downloader/zip_downloader_test.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/shirabe') diff --git a/crates/shirabe/tests/downloader/zip_downloader_test.rs b/crates/shirabe/tests/downloader/zip_downloader_test.rs index 338b2b54..8ec440d8 100644 --- a/crates/shirabe/tests/downloader/zip_downloader_test.rs +++ b/crates/shirabe/tests/downloader/zip_downloader_test.rs @@ -110,10 +110,6 @@ fn make_downloader_with_process( ) } -// testErrorMessages drives a real HttpDownloader + Loop, but RemoteFilesystem::get_remote_contents -// is a phase-c stub returning None, so the file:// dist download fails before the ZipArchive path. - -#[ignore = "drives a real HttpDownloader whose RemoteFilesystem::get_remote_contents is a phase-c stub returning None, so the file:// dist download fails with a \"could not be downloaded\" TransportException before reaching the ZipArchive \"is not a zip archive\" path"] #[test] #[serial] fn test_error_messages() { -- cgit v1.3.1