Commit 87d674d0 authored by Dmitry Gruzd's avatar Dmitry Gruzd

Merge branch...

Merge branch 'issue#330124-clear_redis_shared_state_elastic_namespace_indexer_worker_spec' into 'master'

Add clean_gitlab_redis_shared_state to elastic_namespace_indexer_worker

See merge request gitlab-org/gitlab!63210
parents b8ea889a 37f0303a
......@@ -18,7 +18,7 @@ RSpec.describe ElasticNamespaceIndexerWorker do
end
end
context 'when ES is enabled', :elastic do
context 'when ES is enabled', :elastic, :clean_gitlab_redis_shared_state do
before do
stub_ee_application_setting(elasticsearch_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