Merge branch 'port-c32af9da-to-ce' into 'master'
Allow 2 more queries in spec/controllers/projects/pipelines_controller_spec.rb See merge request gitlab-org/gitlab-ce!20407
This commit is contained in:
commit
8488a39cbc
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ describe Projects::PipelinesController do
|
|||
expect(stages.count).to eq 3
|
||||
end
|
||||
|
||||
expect(queries.count).to be_within(3).of(30)
|
||||
expect(queries.count).to be_within(5).of(30)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue