Commit 05926f42 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'ml-qa-quarantine-flaky-test' into 'master'

Quarantine flaky test

See merge request gitlab-org/gitlab!21889
parents b9ec89f1 76622ac0
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
module QA module QA
context 'Create' do context 'Create' do
describe 'Elasticsearch advanced global search with advanced syntax', :orchestrated, :elasticsearch, :requires_admin do # Failure issue: https://gitlab.com/gitlab-org/gitlab/issues/43732
describe 'Elasticsearch advanced global search with advanced syntax', :orchestrated, :elasticsearch, :requires_admin, :quarantine do
let(:project_name_suffix) { SecureRandom.hex(8) } let(:project_name_suffix) { SecureRandom.hex(8) }
before do before do
......
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