Commit 980620d5 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine flaky spec in ee/spec/features/projects/settings/protected_environments_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 4d0f474c
...@@ -65,7 +65,7 @@ describe 'Protected Environments' do ...@@ -65,7 +65,7 @@ describe 'Protected Environments' do
end end
end end
it 'allows updating access to a protected environment', :js do it 'allows updating access to a protected environment', :js, :quarantine do
within('.protected-environments-list tr', text: 'production') do within('.protected-environments-list tr', text: 'production') do
set_allowed_to_deploy('Developers + Maintainers') set_allowed_to_deploy('Developers + Maintainers')
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