From 9506cfafe29417a5c4149cf618f7e8c79d463e4e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 22 Jun 2026 02:33:21 +0900 Subject: test: un-ignore tests that now pass Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/util/process_executor_test.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates/shirabe/tests/util/process_executor_test.rs') diff --git a/crates/shirabe/tests/util/process_executor_test.rs b/crates/shirabe/tests/util/process_executor_test.rs index f17f162..e5ee7c2 100644 --- a/crates/shirabe/tests/util/process_executor_test.rs +++ b/crates/shirabe/tests/util/process_executor_test.rs @@ -54,7 +54,6 @@ fn test_execute_captures_stderr() { ); } -#[ignore] #[test] fn test_timeout() { ProcessExecutor::set_timeout(1_i64); @@ -199,7 +198,6 @@ fn data_escape_arguments() -> Vec<(&'static str, &'static str)> { ] } -#[ignore] #[test] fn test_escape_argument() { for (argument, unix) in data_escape_arguments() { -- cgit v1.3.1