Commit 62cdc456 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky spec

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent ea2f64cf
......@@ -161,7 +161,7 @@ RSpec.describe 'Epic show', :js do
end
end
it 'shows comments in the correct order' do
it 'shows comments in the correct order', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/225637' do
page.within('[data-testid="sort-discussion-filter"]') do
expect(find('.js-dropdown-text')).to have_content('Newest first')
end
......
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