From 9db1620842da15aa639629099280eb1c9fb20a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 5 Jul 2024 15:27:07 +0200 Subject: [PATCH] DEV: skip flaky system chat spec (#27737) --- plugins/chat/spec/system/message_thread_indicator_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/spec/system/message_thread_indicator_spec.rb b/plugins/chat/spec/system/message_thread_indicator_spec.rb index d2a3c9d8d8a..cd61b5c79c6 100644 --- a/plugins/chat/spec/system/message_thread_indicator_spec.rb +++ b/plugins/chat/spec/system/message_thread_indicator_spec.rb @@ -93,7 +93,7 @@ describe "Thread indicator for chat messages", type: :system do expect(page).not_to have_css(channel_page.message_by_id_selector(new_thread.replies.first)) end - it "increments the indicator when a new reply is sent in the thread" do + xit "increments the indicator when a new reply is sent in the thread" do chat_page.visit_channel(channel) expect(channel_page.message_thread_indicator(thread_1.original_message)).to have_reply_count(