Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-11 15:09:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-11 15:09:55 +0300
commitbd27a42f5497d66db227aaa5978e11c0fe072105 (patch)
tree2dae237465c4f240371b866e0918575a3d7a7c1c /spec/features/issuables
parente184bc1abfe4fe4fef8c25c0d2ccb4c0063e7d5e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/issuables')
-rw-r--r--spec/features/issuables/issuable_list_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issuables/issuable_list_spec.rb b/spec/features/issuables/issuable_list_spec.rb
index abebff00f76..7790d8f1c4c 100644
--- a/spec/features/issuables/issuable_list_spec.rb
+++ b/spec/features/issuables/issuable_list_spec.rb
@@ -15,7 +15,7 @@ RSpec.describe 'issuable list', :js do
end
issuable_types.each do |issuable_type|
- it "avoids N+1 database queries for #{issuable_type.to_s.humanize.pluralize}" do
+ it "avoids N+1 database queries for #{issuable_type.to_s.humanize.pluralize}", quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/231426' } do
control_count = ActiveRecord::QueryRecorder.new { visit_issuable_list(issuable_type) }.count
create_issuables(issuable_type)