Commit a7b8435d authored by Dmitry Gruzd's avatar Dmitry Gruzd

Merge branch '330124_clear_redis_shared_state_search_controller_spec' into 'master'

Add clean_gitlab_redis_shared_state to search_controller_spec.rb

See merge request gitlab-org/gitlab!63203
parents b9827905 acebce50
......@@ -31,7 +31,7 @@ RSpec.describe SearchController, type: :request do
end
describe 'GET /search' do
context 'when elasticsearch is enabled', :elastic, :sidekiq_inline do
context 'when elasticsearch is enabled', :elastic, :clean_gitlab_redis_shared_state, :sidekiq_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