diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-22 02:33:21 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-22 02:34:14 +0900 |
| commit | 9506cfafe29417a5c4149cf618f7e8c79d463e4e (patch) | |
| tree | 357f8ef9b0436c6aee9c1b883c1f8223f83520ea /crates/shirabe/tests/util/process_executor_test.rs | |
| parent | 822d9a872807a92a5337ee8b7bab96dc9845cdbb (diff) | |
| download | php-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.tar.gz php-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.tar.zst php-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.zip | |
test: un-ignore tests that now pass
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/util/process_executor_test.rs')
| -rw-r--r-- | crates/shirabe/tests/util/process_executor_test.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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() { |
