Commit f2a037a4 authored by Albert Salim's avatar Albert Salim

Quarantine flaky mermaid spec

https://gitlab.com/gitlab-org/gitlab/-/issues/234081

This flaky spec has been failing frequently on master,
up to multiple times a day in some occassions, as indicated
in the flaky test issue.

Partial investigation can also be found in the issue thread.
https://gitlab.com/gitlab-org/gitlab/-/issues/234081#note_396921682
parent 43d4fed9
......@@ -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