DEV: Skip prosemirror flaky (#32231)

Example of a failure is here

https://github.com/discourse/discourse/actions/runs/14345676579/job/40214833933
This commit is contained in:
Martin Brennan
2025-04-10 12:54:11 +10:00
committed by GitHub
parent 7f851c416d
commit db68fd7046

View File

@ -634,7 +634,7 @@ describe "Composer - ProseMirror editor", type: :system do
expect(composer).to have_value("This is ~~SPARTA!~~ `code!`.")
end
it "allows typing before a code mark with/without the mark" do
xit "allows typing before a code mark with/without the mark" do
open_composer_and_toggle_rich_editor
composer.type_content("`code mark`")