Commit 87f9d61e authored by Ash McKenzie's avatar Ash McKenzie

Quarantine markdown_spec.rb for now

parent 2b1327f8
......@@ -217,7 +217,7 @@ RSpec.describe 'GitLab Markdown', :aggregate_failures do
it_behaves_like 'all pipelines'
it 'includes custom filters' do
it 'includes custom filters', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/233077' do
aggregate_failures 'UploadLinkFilter' do
expect(doc).to parse_upload_links
end
......@@ -282,7 +282,7 @@ RSpec.describe 'GitLab Markdown', :aggregate_failures do
it_behaves_like 'all pipelines'
it 'includes custom filters' do
it 'includes custom filters', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/233077' do
aggregate_failures 'UploadLinkFilter' do
expect(doc).to parse_upload_links
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