Commit 6c0709c3 authored by Mark Lapierre's avatar Mark Lapierre

Quarantine failing test

parent bf23553c
......@@ -4,7 +4,7 @@ require 'airborne'
require 'securerandom'
module QA
context 'Enablement:Search' do
context 'Enablement:Search', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/222476', type: :investigating } do
describe 'When using elasticsearch API to search for a known blob', :orchestrated, :elasticsearch, :requires_admin do
let(:project_file_content) { "elasticsearch: #{SecureRandom.hex(8)}" }
let(:non_member_user) { Resource::User.fabricate_or_use('non_member_user', 'non_member_user_password') }
......
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