Skip to content
Snippets Groups Projects
Commit ec5a30c6 authored by Matthias Käppler's avatar Matthias Käppler :two: Committed by GitLab Release Tools Bot
Browse files

Merge branch 'sh-ensure-elasticsearch-clean-index' into 'master'

Ensure Elasticsearch index is clean before wildcard test

See merge request gitlab-org/gitlab!108393



Merged-by: Matthias Käppler's avatarMatthias Käppler <mkaeppler@gitlab.com>
Approved-by: Matthias Käppler's avatarMatthias Käppler <mkaeppler@gitlab.com>
Co-authored-by: default avatarStan Hu <stanhu@gmail.com>

(cherry picked from commit 82504518)

1831d2ec Ensure Elasticsearch index is clean before wildcard test
parent 5a6d024e
No related branches found
No related tags found
1 merge request!108679Prepare 15.7.3-ee release
......@@ -143,7 +143,7 @@
end
# This test is added to address the issues described in
context 'when projects and snippets co-exist', issue: 'https://gitlab.com/gitlab-org/gitlab/issues/36340' do
context 'when projects and snippets co-exist', :elastic_clean, issue: 'https://gitlab.com/gitlab-org/gitlab/issues/36340' do
before do
create :project
create :snippet, :public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment