Commit 4008a7c0 authored by Kyle Wiebers's avatar Kyle Wiebers

Quarantine spec global_search_spec due to flakiness

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/201841
parent 07c16be9
......@@ -36,7 +36,7 @@ RSpec.describe 'Global search' do
end
end
it 'closes the dropdown on blur', :js do
it 'closes the dropdown on blur', :js, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/201841' do
fill_in 'search', with: "a"
dropdown = find('.js-dashboard-search-options')
......
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