From 3be5daae37b42f03cffc151173eb90d8a0d610ee Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 4 Mar 2024 11:35:49 +0100 Subject: [PATCH] DEV: skip flakey last read spec (#26008) --- plugins/chat/spec/system/update_last_read_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/spec/system/update_last_read_spec.rb b/plugins/chat/spec/system/update_last_read_spec.rb index d405d92f550..5f41e3f55ff 100644 --- a/plugins/chat/spec/system/update_last_read_spec.rb +++ b/plugins/chat/spec/system/update_last_read_spec.rb @@ -18,7 +18,7 @@ RSpec.describe "Update last read", type: :system do end context "when the full message is visible" do - it "marks it as read" do + xit "marks it as read" do last_message = Fabricate(:chat_message, chat_channel: channel_1) chat_page.visit_channel(channel_1)