Commit b5727710 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Adjust pipeline serializer query counts in EE

parent d6d26545
......@@ -145,7 +145,7 @@ describe PipelineSerializer do
# different then there is an extra query per ref
# https://gitlab.com/gitlab-org/gitlab-ce/issues/46368
#
expect(recorded.count).to be_within(2).of(40)
expect(recorded.count).to be_within(2).of(35)
expect(recorded.cached_count).to eq(0)
end
end
......
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