Commit a21a66a4 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky example

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d56cf9ca
...@@ -46,7 +46,7 @@ describe 'Merge request > User posts diff notes', :js do ...@@ -46,7 +46,7 @@ describe 'Merge request > User posts diff notes', :js do
end end
context 'with an old line on the left and a new line on the right' do context 'with an old line on the left and a new line on the right' do
it 'allows commenting on the left side' do it 'allows commenting on the left side', quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/199050' do
should_allow_commenting(find('[id="2f6fcd96b88b36ce98c38da085c795a27d92a3dd_9_9"]').find(:xpath, '..'), 'left') should_allow_commenting(find('[id="2f6fcd96b88b36ce98c38da085c795a27d92a3dd_9_9"]').find(:xpath, '..'), 'left')
end 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