Commit ca562848 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch...

Merge branch '350036-quarantine--Create-Search-using-Elasticsearch-tests-reindexing-after-push' into 'master'

Create Search using Elasticsearch tests reindexing after push

See merge request gitlab-org/gitlab!83801
parents e60f24fa 474273cc
......@@ -31,7 +31,7 @@ module QA
end.project.visit!
end
it 'tests reindexing after push', retry: 3, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348040' do
it 'tests reindexing after push', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/350036', type: :investigating }, retry: 3, testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348040' do
expect { Runtime::Search.find_code(project_file_name, project_file_content) }.not_to raise_error
QA::Page::Main::Menu.perform do |menu|
......
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