Update spec comment to point to correct issue
This commit is contained in:
parent
7ee8771c5c
commit
cc339aa608
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ describe Projects::MergeRequestsController do
|
||||||
end
|
end
|
||||||
|
|
||||||
# we're trying to reduce the overall number of queries for this method.
|
# 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
|
it 'keeps queries in check' do
|
||||||
control_count = ActiveRecord::QueryRecorder.new { get_ci_environments_status }.count
|
control_count = ActiveRecord::QueryRecorder.new { get_ci_environments_status }.count
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue