aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/status_command_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/command/status_command_test.rs')
-rw-r--r--crates/shirabe/tests/command/status_command_test.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/shirabe/tests/command/status_command_test.rs b/crates/shirabe/tests/command/status_command_test.rs
index 9752fe1a..32b8390a 100644
--- a/crates/shirabe/tests/command/status_command_test.rs
+++ b/crates/shirabe/tests/command/status_command_test.rs
@@ -115,9 +115,6 @@ fn run_locally_modified_packages_case(
#[test]
#[serial]
-#[ignore = "runs `install` to download the package (git source / dist zip) before `status`, but \
- InstallationManager::execute is still a todo!() stub so install never populates vendor/, \
- and init_temp_composer disables packagist.org — running this needs a real VCS/zip fixture"]
fn test_locally_modified_packages_from_source() {
run_locally_modified_packages_case(
serde_json::json!({ "require": { "composer/class-map-generator": "^1.0" } }),
@@ -135,9 +132,6 @@ fn test_locally_modified_packages_from_source() {
#[test]
#[serial]
-#[ignore = "runs `install` to download the package (git source / dist zip) before `status`, but \
- InstallationManager::execute is still a todo!() stub so install never populates vendor/, \
- and init_temp_composer disables packagist.org — running this needs a real VCS/zip fixture"]
fn test_locally_modified_packages_from_dist() {
run_locally_modified_packages_case(
serde_json::json!({ "require": { "smarty/smarty": "^3.1" } }),