Commit cdad37fe authored by Stan Hu's avatar Stan Hu

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

Quarantine a test in spec/features/issues/issue_detail_spec.rb

See merge request gitlab-org/gitlab!26487
parents 40f5b9b3 775d0fd6
......@@ -28,7 +28,7 @@ describe 'Issue Detail', :js do
visit project_issue_path(project, issue)
end
it 'encodes the description to prevent xss issues' do
it 'encodes the description to prevent xss issues', quarantine: 'https://gitlab.com/gitlab-org/gitlab/issues/207951' do
page.within('.issuable-details .detail-page-description') do
image = find('img.js-lazy-loaded')
......
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