diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-26 01:25:03 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-26 01:25:03 +0900 |
| commit | 939359f13acfe8dbf4f16dac517fcbd67d46f611 (patch) | |
| tree | 6bf0e8a02931d74c17b1272c3c493bf2fefe0306 /crates/shirabe/tests/command | |
| parent | 910e124b34c9f05d8b45f73b1f74f5585a6e79b2 (diff) | |
| download | php-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')
| -rw-r--r-- | crates/shirabe/tests/command/config_command_test.rs | 2 |
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); |
