Commit 6bf50afb authored by Matthias Käppler's avatar Matthias Käppler

Merge branch 'quarantine-flaky-spec' into 'master'

Quarantine flaky test user_toggles_whitespace_changes_spec.rb

See merge request gitlab-org/gitlab!64282
parents 12d18b33 76c4e3c8
......@@ -20,7 +20,7 @@ RSpec.describe 'Merge request > User toggles whitespace changes', :js do
end
describe 'clicking "Hide whitespace changes" button' do
it 'toggles the "Hide whitespace changes" button' do
it 'toggles the "Hide whitespace changes" button', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/333793' do
find('[data-testid="show-whitespace"]').click
visit diffs_project_merge_request_path(project, merge_request)
......
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