aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/config_command_test.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-26 01:25:03 +0900
committernsfisis <nsfisis@gmail.com>2026-06-26 01:25:03 +0900
commit939359f13acfe8dbf4f16dac517fcbd67d46f611 (patch)
tree6bf0e8a02931d74c17b1272c3c493bf2fefe0306 /crates/shirabe/tests/command/config_command_test.rs
parent910e124b34c9f05d8b45f73b1f74f5585a6e79b2 (diff)
downloadphp-shirabe-939359f13acfe8dbf4f16dac517fcbd67d46f611.tar.gz
php-shirabe-939359f13acfe8dbf4f16dac517fcbd67d46f611.tar.zst
php-shirabe-939359f13acfe8dbf4f16dac517fcbd67d46f611.zip
test(config-command): un-ignore test_config_reads_repos_by_numeric_index
Unblocked by the Config::merge list-form repositories fix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/command/config_command_test.rs')
-rw-r--r--crates/shirabe/tests/command/config_command_test.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/tests/command/config_command_test.rs b/crates/shirabe/tests/command/config_command_test.rs
index 0f4651a..35ecb7a 100644
--- a/crates/shirabe/tests/command/config_command_test.rs
+++ b/crates/shirabe/tests/command/config_command_test.rs
@@ -405,8 +405,6 @@ fn test_config_reads() {
/// shirabe-php-shim stream_set_blocking (stream.rs todo!(), requires fcntl(2)).
#[test]
#[serial]
-#[ignore = "list-form repositories drive Config::all -> RepositoryFactory, reaching \
- shirabe-php-shim stream_set_blocking (stream.rs todo!(), requires fcntl(2))"]
fn test_config_reads_repos_by_numeric_index() {
let composer_json = serde_json::json!({"repositories": [{"type": "vcs", "url": "https://example.org"}, {"type": "composer", "url": "https://repo.packagist.org"}]});
let _tear_down = init_temp_composer(Some(&composer_json), None, None, false);