Commit 8c7f9ae4 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine flaky specs in user_uses_header_search_field_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 8aa0d876
......@@ -55,7 +55,7 @@ RSpec.describe 'User uses header search field', :js do
expect(page).to have_selector('.dropdown-header', text: /#{scope_name}/i)
end
context 'when clicking issues' do
context 'when clicking issues', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332317' do
let!(:issue) { create(:issue, project: project, author: user, assignees: [user]) }
it 'shows assigned issues' do
......@@ -75,7 +75,7 @@ RSpec.describe 'User uses header search field', :js do
end
end
context 'when clicking merge requests' do
context 'when clicking merge requests', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332317' do
let!(:merge_request) { create(:merge_request, source_project: project, author: user, assignees: [user]) }
it 'shows assigned merge requests' 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