Commit 47822a2f authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch '35269-quarantine-flaky-markdown-render-long-note-timeout' into 'master'

Quarantine flaky test timeout rendering note with long path string

See merge request gitlab-org/gitlab!63825
parents 8f4950c0 9a2c1a97
......@@ -841,7 +841,7 @@ RSpec.describe Issuable do
it_behaves_like 'matches_cross_reference_regex? fails fast'
end
context "note with long path string" do
context "note with long path string", quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/35269' do
let(:project) { create(:project, :public, :repository) }
let(:mentionable) { project.commit }
......
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