diff options
Diffstat (limited to 'crates/shirabe')
| -rw-r--r-- | crates/shirabe/tests/command/init_command_test.rs | 4 | ||||
| -rw-r--r-- | crates/shirabe/tests/dependency_resolver/solver_test.rs | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/crates/shirabe/tests/command/init_command_test.rs b/crates/shirabe/tests/command/init_command_test.rs index 0c38bf4..f8d3e26 100644 --- a/crates/shirabe/tests/command/init_command_test.rs +++ b/crates/shirabe/tests/command/init_command_test.rs @@ -359,8 +359,6 @@ fn run_data_provider() -> Vec<(serde_json::Value, Vec<(PhpMixed, PhpMixed)>)> { #[test] #[serial] -#[ignore = "drives InitCommand, which calls get_git_config -> ProcessExecutor::run_process; \ - that path is not ported (shim is_callable and Process::start/run are todo!())"] fn test_run_command() { set_up(); @@ -487,8 +485,6 @@ fn test_run_command_invalid() { #[test] #[serial] -#[ignore = "drives InitCommand, which calls get_git_config -> ProcessExecutor::run_process; \ - that path is not ported (shim is_callable and Process::start/run are todo!())"] fn test_run_guess_name_from_dir_sanitizes_dir() { set_up(); diff --git a/crates/shirabe/tests/dependency_resolver/solver_test.rs b/crates/shirabe/tests/dependency_resolver/solver_test.rs index e42042a..aad6bc2 100644 --- a/crates/shirabe/tests/dependency_resolver/solver_test.rs +++ b/crates/shirabe/tests/dependency_resolver/solver_test.rs @@ -277,7 +277,6 @@ fn test_solver_remove_if_not_requested() { ); } -#[ignore = "get_pretty_string path reaches an unimplemented stub (in_array non-strict in php-shim)"] #[test] fn test_install_non_existing_package_fails() { let fixtures = set_up(); |
