Commit 7513eae6 authored by Kyle Wiebers's avatar Kyle Wiebers

Quarantine epic show spec due to flaky failure frequency

parent a6d3e124
......@@ -118,7 +118,7 @@ RSpec.describe 'Epic show', :js do
end
end
it 'switches between Epics and Issues tab and Roadmap tab when clicking on tab links', :aggregate_failures do
it 'switches between Epics and Issues tab and Roadmap tab when clicking on tab links', :aggregate_failures, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/342232' do
find('.js-epic-tabs-container #roadmap-tab').click
wait_for_all_requests # Wait for Roadmap bundle load and then Epics fetch load
......
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