Commit 649e87e4 authored by Dmitry Gruzd's avatar Dmitry Gruzd

Merge branch '330124_clear_redis_shared_state_global_search_spec' into 'master'

Add clean_gitlab_redis_shared_state to global_search_spec.rb

See merge request gitlab-org/gitlab!63200
parents b7a1715f 67381435
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
require 'spec_helper' require 'spec_helper'
RSpec.describe 'GlobalSearch', :elastic do RSpec.describe 'GlobalSearch', :elastic, :clean_gitlab_redis_shared_state do
include AdminModeHelper include AdminModeHelper
let(:features) { %i(issues merge_requests repository builds wiki snippets) } let(:features) { %i(issues merge_requests repository builds wiki snippets) }
......
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