Skip to content

Fix intermittent spec failures in spec/finders/pipelines_finder_spec.rb

Stan Hu requested to merge sh-improve-pipelines-finder-spec into master

The spec was trying to sort pipelines by user ID, but the same user ID was being used for each pipeline in the spec. This is similar to #33001 (closed).

Example failing buid: https://gitlab.com/gitlab-org/gitlab-ce/builds/18800367

Merge request reports