Commit 47a50c7d authored by Dmitry Gruzd's avatar Dmitry Gruzd

Merge branch '330124_clear_redis_shared_state_repository_index' into 'master'

Add clean_gitlab_redis_shared_state to repository_index_spec.rb

See merge request gitlab-org/gitlab!63198
parents be521315 3e84119d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
require 'spec_helper' require 'spec_helper'
RSpec.describe 'Repository index', :elastic do RSpec.describe 'Repository index', :elastic, :clean_gitlab_redis_shared_state do
context 'when fresh master branch is first pushed, followed by another update, then indexed' do context 'when fresh master branch is first pushed, followed by another update, then indexed' do
let(:project) { create(:project_empty_repo) } let(:project) { create(:project_empty_repo) }
let(:user) { project.owner } let(:user) { project.owner }
......
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