From 1d2cb3abdc780e528877478912336dba16b6ec2b Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Fri, 28 Jul 2023 20:37:41 +0200 Subject: [PATCH] DEV: skip flakey spec in deleted messages (#22862) --- plugins/chat/spec/system/deleted_message_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/spec/system/deleted_message_spec.rb b/plugins/chat/spec/system/deleted_message_spec.rb index 3ed862558be..cd40289619d 100644 --- a/plugins/chat/spec/system/deleted_message_spec.rb +++ b/plugins/chat/spec/system/deleted_message_spec.rb @@ -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