Commit d014ba88 authored by Dmitry Gruzd's avatar Dmitry Gruzd

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

Add clean_gitlab_redis_shared_state for snippet_service_spec

See merge request gitlab-org/gitlab!63196
parents 68d6d01a 7466a55e
......@@ -21,7 +21,7 @@ RSpec.describe Search::SnippetService do
stub_ee_application_setting(elasticsearch_search: true, elasticsearch_indexing: true)
end
context 'visibility', :elastic_delete_by_query, :sidekiq_inline do
context 'visibility', :elastic_delete_by_query, :clean_gitlab_redis_shared_state, :sidekiq_inline do
include_context 'ProjectPolicyTable context'
include ProjectHelpers
......
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