Commit cc339aa6 authored by Brett Walker's avatar Brett Walker

Update spec comment to point to correct issue

parent 7ee8771c
......@@ -779,7 +779,7 @@ describe Projects::MergeRequestsController do
end
# we're trying to reduce the overall number of queries for this method.
# set a hard limit for now. https://gitlab.com/gitlab-org/gitlab-ce/issues/43109
# set a hard limit for now. https://gitlab.com/gitlab-org/gitlab-ce/issues/52287
it 'keeps queries in check' do
control_count = ActiveRecord::QueryRecorder.new { get_ci_environments_status }.count
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment