Commit b8ea889a authored by Dmitry Gruzd's avatar Dmitry Gruzd

Merge branch '330124_clear_redis_shared_state_search_results' into 'master'

Add clean_gitlab_redis_shared_state to search_results_spec.rb

See merge request gitlab-org/gitlab!63192
parents 47a50c7d 340590bc
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe Gitlab::Elastic::SearchResults, :elastic, :sidekiq_might_not_need_inline do
RSpec.describe Gitlab::Elastic::SearchResults, :elastic, :clean_gitlab_redis_shared_state, :sidekiq_might_not_need_inline do
before do
stub_ee_application_setting(elasticsearch_search: true, elasticsearch_indexing: true)
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