diff options
Diffstat (limited to 'crates/shirabe/tests/command/install_command_test.rs')
| -rw-r--r-- | crates/shirabe/tests/command/install_command_test.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe/tests/command/install_command_test.rs b/crates/shirabe/tests/command/install_command_test.rs index 20636c9b..55ea9964 100644 --- a/crates/shirabe/tests/command/install_command_test.rs +++ b/crates/shirabe/tests/command/install_command_test.rs @@ -62,7 +62,6 @@ Generating autoload files"#, #[test] #[serial] -#[ignore] fn test_install_command_errors() { for (label, composer_json, command, expected) in error_cases() { let _tear_down = init_temp_composer(Some(&composer_json), None, None, true); @@ -88,7 +87,6 @@ fn test_install_command_errors() { #[test] #[serial] -#[ignore] fn test_install_from_empty_vendor() { let composer_json = serde_json::json!({ "require": { "root/req": "1.*" }, @@ -129,7 +127,6 @@ Generating autoload files", #[test] #[serial] -#[ignore] fn test_install_from_empty_vendor_no_dev() { let composer_json = serde_json::json!({ "require": { "root/req": "1.*" }, @@ -170,7 +167,6 @@ Generating autoload files", #[test] #[serial] -#[ignore] fn test_install_new_packages_with_existing_partial_vendor() { let composer_json = serde_json::json!({ "require": { |
