Commit 0a4e5dad authored by Rémy Coutable's avatar Rémy Coutable

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

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 060e48a7
......@@ -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