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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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)