Broken master: spec/requests/api/v3/issues_spec.rb
As seen in https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/53484826:
1) API::V3::Issues /projects/:id/issues/:issue_id/move when target project does not exist returns 404 when trying to move an issue
Failure/Error: expect(response).to have_gitlab_http_status(404)
expected the response to have status code 404 but it was 400. The response was: {"message":"Cannot move issue due to insufficient permissions!"}
# ./spec/requests/api/v3/issues_spec.rb:1282:in `block (4 levels) in <top (required)>'
Finished in 11 minutes 45 seconds (files took 26.88 seconds to load)
1090 examples, 1 failure
Failed examples:
rspec ./spec/requests/api/v3/issues_spec.rb:1278 # API::V3::Issues /projects/:id/issues/:issue_id/move when target project does not exist returns 404 when trying to move an issue
Most probably an order-related failure.