Quarantine flaky rich text editor autocomplete test
Context
As part of the effort to remove rspec-retry from feature tests (#449030 (closed)), we need to quarantine tests that currently rely on rspec-retry to pass.
What's in this MR?
Quarantines 1 flaky feature test in spec/support/shared_examples/features/rich_text_editor/autocomplete_shared_examples.rb:
-
shows suggestions for members with descriptionswhendisable_all_mentionis enabled
Called from spec/features/work_items/issues/new/user_creates_issue_spec.rb and spec/support/shared_examples/features/wiki/user_updates_wiki_page_shared_examples.rb.
This test appeared in 20 successful jobs that required rspec-retry to pass.
Related
- #449030 (closed)
- Analysis: #449030 (comment 3051909355)