Commit 37f0303a authored by Huzaifa Iftikhar's avatar Huzaifa Iftikhar

Add clean_gitlab_redis_shared_state to elastic_namespace_indexer_worker

parent b92abd79
...@@ -18,7 +18,7 @@ RSpec.describe ElasticNamespaceIndexerWorker do ...@@ -18,7 +18,7 @@ RSpec.describe ElasticNamespaceIndexerWorker do
end end
end end
context 'when ES is enabled', :elastic do context 'when ES is enabled', :elastic, :clean_gitlab_redis_shared_state do
before do before do
stub_ee_application_setting(elasticsearch_indexing: true) stub_ee_application_setting(elasticsearch_indexing: true)
stub_ee_application_setting(elasticsearch_limit_indexing: true) stub_ee_application_setting(elasticsearch_limit_indexing: true)
......
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