diff options
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() { |
