Commit 910e49a4 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky spec in monitor_settings_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 95f4e0ba
......@@ -42,7 +42,7 @@ RSpec.describe 'Projects > Settings > For a forked project', :js do
expect(find_field(send_email)).to be_checked
end
it 'updates form values' do
it 'updates form values', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/333665' do
check(create_issue)
uncheck(send_email)
click_on('No template selected')
......
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