Commit b91659f1 authored by Matthias Kaeppler's avatar Matthias Kaeppler

Quarantine board_filters_spec test

parent 15f43627
......@@ -52,7 +52,7 @@ RSpec.describe 'Issue board filters', :js do
set_filter('iteration')
end
it 'loads all the iterations when opened and submit one as filter', :aggregate_failures do
it 'loads all the iterations when opened and submit one as filter', :aggregate_failures, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/348301' do
expect(find('.board:nth-child(1)')).to have_selector('.board-card', count: 2)
expect_filtered_search_dropdown_results(filter_dropdown, 3)
......
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