aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--crates/shirabe/tests/downloader/zip_downloader_test.rs4
1 files changed, 0 insertions, 4 deletions
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() {