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/util/http_downloader_test.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/shirabe/tests/util/http_downloader_test.rs') diff --git a/crates/shirabe/tests/util/http_downloader_test.rs b/crates/shirabe/tests/util/http_downloader_test.rs index 5c34e19..59807a9 100644 --- a/crates/shirabe/tests/util/http_downloader_test.rs +++ b/crates/shirabe/tests/util/http_downloader_test.rs @@ -17,7 +17,6 @@ fn test_capture_authentication_params_from_url() { } #[test] -#[ignore] fn test_output_warnings() { let io: Rc> = Rc::new(RefCell::new( BufferIO::new(String::new(), VERBOSITY_NORMAL, None).unwrap(), -- cgit v1.3.1