Commit 340590bc authored by Abdul Wadood's avatar Abdul Wadood

Add clean_gitlab_redis_shared_state to search_results_spec.rb

To clear shared redis state
parent c1b5d0d7
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
require 'spec_helper' 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 before do
stub_ee_application_setting(elasticsearch_search: true, elasticsearch_indexing: true) stub_ee_application_setting(elasticsearch_search: true, elasticsearch_indexing: true)
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