Commit eb485874 authored by Dmitry Gruzd's avatar Dmitry Gruzd

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

Add clean_gitlab_redis_shared_state for branch_push_service_spec

See merge request gitlab-org/gitlab!63199
parents 94b818c0 13da4924
...@@ -38,7 +38,7 @@ RSpec.describe Git::BranchPushService do ...@@ -38,7 +38,7 @@ RSpec.describe Git::BranchPushService do
end end
end end
context 'ElasticSearch indexing', :elastic do context 'ElasticSearch indexing', :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)
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