From 291b43d132749a61918dca23acef1b639c5333a7 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 25 Jun 2026 16:45:48 +0900 Subject: test: un-ignore 14 tests unblocked by CurlDownloader and regex fixes Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/downloader/archive_downloader_test.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/shirabe/tests/downloader') diff --git a/crates/shirabe/tests/downloader/archive_downloader_test.rs b/crates/shirabe/tests/downloader/archive_downloader_test.rs index 8c65b08..3543c2e 100644 --- a/crates/shirabe/tests/downloader/archive_downloader_test.rs +++ b/crates/shirabe/tests/downloader/archive_downloader_test.rs @@ -54,7 +54,6 @@ fn get_archive_downloader(vendor_dir: Option<&str>) -> FileDownloader { } #[test] -#[ignore] fn test_get_file_name() { let package = get_package("dummy/pkg", "1.0.0"); package.set_dist_url(Some("http://example.com/script.js".to_string())); @@ -68,7 +67,6 @@ fn test_get_file_name() { } #[test] -#[ignore] fn test_process_url() { let downloader = get_archive_downloader(None); @@ -80,7 +78,6 @@ fn test_process_url() { } #[test] -#[ignore] fn test_process_url2() { let downloader = get_archive_downloader(None); @@ -92,7 +89,6 @@ fn test_process_url2() { } #[test] -#[ignore] fn test_process_url3() { let downloader = get_archive_downloader(None); -- cgit v1.3.1