DEV: skips flakey spec (#21262)

This commit is contained in:
Joffrey JAFFEUX 2023-04-26 19:41:34 +02:00 committed by GitHub
parent 024b8b2640
commit fcbb753378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ describe "Emoji deny list", type: :system, js: true do
fab!(:topic) { Fabricate(:topic) }
fab!(:post) { Fabricate(:post, topic: topic) }
it "should remove denied emojis from emoji picker" do
xit "should remove denied emojis from emoji picker" do
topic_page.visit_topic_and_open_composer(topic)
expect(composer).to be_opened