Commit e3a8a401 authored by Stan Hu's avatar Stan Hu

Merge branch '118658-transient-failure-in-ee-spec-features-boards-boards_spec-rb-221' into 'master'

Quarantine the 'ee/spec/features/boards/boards_spec.rb:221' example

Closes #118658

See merge request gitlab-org/gitlab!21946
parents 529d4195 0a4e5dad
......@@ -218,7 +218,8 @@ describe 'issue boards', :js do
end
context 'When FF is turned off' do
it 'does not show the list settings button' do
# https://gitlab.com/gitlab-org/gitlab/issues/118658
it 'does not show the list settings button', :quarantine do
stub_licensed_features(wip_limits: false)
expect(page).to have_no_selector(:button, "List Settings")
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