Commit 53ecb425 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

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

Quarantine a flaky test

See merge request gitlab-org/gitlab!35882
parents 8dd8e6ad 37079e76
......@@ -311,7 +311,7 @@ RSpec.describe 'Promotions', :js do
expect(find('.promotion-issue-weight-sidebar-message')).to have_content 'Improve issues management with Issue weight and GitLab Enterprise Edition'
end
it 'is removed after dismissal' do
it 'is removed after dismissal', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/222518' do
visit project_issue_path(project, issue)
wait_for_requests
......
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