Commit 6092ff56 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

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

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

See merge request gitlab-org/gitlab-ee!10716
parents 265d373c 980620d5
...@@ -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