Commit e8a8fe8a authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'caalberts-quarantine-mermaid-spec' into 'master'

Quarantine flaky mermaid spec

See merge request gitlab-org/gitlab!40334
parents ccb431ba f2a037a4
......@@ -44,7 +44,7 @@ RSpec.describe 'Mermaid rendering', :js do
expect(page.html.scan(expected).count).to be(4)
end
it 'renders only 2 Mermaid blocks and ', :js do
it 'renders only 2 Mermaid blocks and ', :js, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/234081' } do
description = <<~MERMAID
```mermaid
graph LR
......
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