diff options
Diffstat (limited to 'crates/shirabe/tests/command/config_command_test.rs')
| -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); |
