Commit 8e55ec05 authored by Dmitry Gruzd's avatar Dmitry Gruzd

Merge branch '330124_clear_redis_shared_state_bulk_indexer' into 'master'

Add clean_gitlab_redis_shared_state to bulk_indexer_spec.rb

See merge request gitlab-org/gitlab!63195
parents e94bdcb7 72bd3569
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe Gitlab::Elastic::BulkIndexer, :elastic do
RSpec.describe Gitlab::Elastic::BulkIndexer, :elastic, :clean_gitlab_redis_shared_state do
let_it_be(:issue) { create(:issue) }
let_it_be(:other_issue) { create(:issue, project: issue.project) }
......
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