Skip to content

Fix flaky protected_branches_finder_spec.rb

Igor Drozdov requested to merge id-fix-flaky-projected-branches-finder-spec into master

What does this MR do?

The spec verified that a limited number of branches returned, but due to non-deterministic order, the spec failed sometimes.

If we care only about the number of records returned, what about just verifying the size?

Merge request reports