Commit 1bf84774 authored by Thong Kuah's avatar Thong Kuah

Merge branch '233077-master-broken-spec-features-markdown-markdown_spec-rb' into 'master'

Resolve "Master broken: spec/features/markdown/markdown_spec.rb"

Closes #233077

See merge request gitlab-org/gitlab!38374
parents 9f467cba 87f9d61e
......@@ -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