From 0aa524821eeb4050990c2f676b4f911abbb0a501 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 27 Jul 2023 15:12:22 +0200 Subject: [PATCH] DEV: skip flaky spec (#22825) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit An attempt to make this spec more stable has been made in https://github.com/discourse/discourse/commit/f76a9aab220a6d457bce0ee45ddd091525d0cf3a which doesn’t seem to workout: https://github.com/discourse/discourse/actions/runs/5679336462/job/15391318065#step:31:1128 --- plugins/chat/spec/system/thread_tracking/drawer_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/spec/system/thread_tracking/drawer_spec.rb b/plugins/chat/spec/system/thread_tracking/drawer_spec.rb index 8f6c5c91c97..c545b73118b 100644 --- a/plugins/chat/spec/system/thread_tracking/drawer_spec.rb +++ b/plugins/chat/spec/system/thread_tracking/drawer_spec.rb @@ -54,7 +54,7 @@ describe "Thread tracking state | drawer", type: :system do expect(thread_list_page).to have_no_unread_item(thread.id) end - it "shows unread indicators for the header icon and the list when a new unread arrives" do + xit "shows unread indicators for the header icon and the list when a new unread arrives" do thread.membership_for(current_user).update!(last_read_message_id: message_2.id) visit("/") chat_page.open_from_header