Commit 82e09dcb authored by Dan Davison's avatar Dan Davison

Merge branch 'egb-add-testcase-to-search-perfomance' into 'master'

Add testcase tag to search test

See merge request gitlab-org/gitlab!48530
parents 3c8a630c 154eed43
......@@ -40,7 +40,7 @@ module QA
end
end
it 'searches public project and finds a blob as an non-member user' do
it 'searches public project and finds a blob as an non-member user', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1105' do
start_time = Time.now
while (Time.now - start_time) / 60 < p1_threshold
get Runtime::Search.create_search_request(api_client, 'blobs', project_file_content).url
......
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