diff options
Diffstat (limited to 'crates/shirabe/tests/command/diagnose_command_test.rs')
| -rw-r--r-- | crates/shirabe/tests/command/diagnose_command_test.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/shirabe/tests/command/diagnose_command_test.rs b/crates/shirabe/tests/command/diagnose_command_test.rs index d2102f95..8649b45d 100644 --- a/crates/shirabe/tests/command/diagnose_command_test.rs +++ b/crates/shirabe/tests/command/diagnose_command_test.rs @@ -46,6 +46,10 @@ Checking github.com rate limit: " #[test] #[serial] +#[ignore = "the audit covers composer/composer at the version reported by Composer::VERSION, and \ + packagist has advisories against 2.9.7, so whenever the advisories API answers, \ + diagnose warns and exits 1 where the test expects 0; upstream Composer 2.9.7 reports \ + the same advisories"] fn test_cmd_success() { let tear_down = init_temp_composer( Some(&serde_json::json!({ |
