Skip to content

Resolve flaky spec for spec/requests/api/project_packages_spec.rb

What does this MR do and why?

This removes a spec that has been quarantined for flakiness.

The spec was testing against N+1 queries when we return pipeline information along with other package details in the Get a project package endpoint. But we have already deprecated the pipelines attribute in !150103 (merged), and we are now always returning an empty array for the pipelines attribute. Instead of fixing this flaky spec, it's better to remove it.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No UI changes, these are spec-only changes 🌈

Related to #439528

Edited by Radamanthus Batnag

Merge request reports