DEV: skip flakey spec in deleted messages (#22862)

This commit is contained in:
Joffrey JAFFEUX 2023-07-28 20:37:41 +02:00 committed by GitHub
parent 274c3c9396
commit 1d2cb3abdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ RSpec.describe "Deleted message", type: :system do
thread_1.add(current_user)
end
it "hides the deleted messages" do
xit "hides the deleted messages" do
chat_page.visit_channel(channel_1)
channel_page.message_thread_indicator(message_3).click