Commit 5c6d40a1 authored by Dmitry Gruzd's avatar Dmitry Gruzd

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

Add clean_gitlab_redis_shared_state for cluster_reindexing_service_spec

See merge request gitlab-org/gitlab!63204
parents eb485874 aa44e1d9
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe Elastic::ClusterReindexingService, :elastic do
RSpec.describe Elastic::ClusterReindexingService, :elastic, :clean_gitlab_redis_shared_state do
subject(:cluster_reindexing_service) { described_class.new }
let(:helper) { Gitlab::Elastic::Helper.new }
......
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