DEV: skip flakey last read spec (#26008)

This commit is contained in:
Joffrey JAFFEUX
2024-03-04 11:35:49 +01:00
committed by GitHub
parent 7036a4295d
commit 3be5daae37

View File

@ -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)