mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 09:50:37 -06:00
DEV: skip two flakey specs (#24965)
This commit is contained in:
parent
4dceac8bda
commit
c467af97ac
@ -168,6 +168,8 @@ RSpec.describe "Navigation", type: :system do
|
||||
before { Fabricate(:chat_message, thread: thread_2, use_service: true) }
|
||||
|
||||
it "goes back to the thread list when clicking the back button", mobile: true do
|
||||
skip("Flaky on CI") if ENV["CI"]
|
||||
|
||||
chat_page.visit_channel(category_channel)
|
||||
channel_page.message_thread_indicator(thread.original_message).click
|
||||
thread_page.send_message
|
||||
|
@ -44,6 +44,8 @@ describe "Thread tracking state | drawer", type: :system do
|
||||
end
|
||||
|
||||
it "marks the thread as read and removes both indicators when the user opens it" do
|
||||
skip("Flaky on CI") if ENV["CI"]
|
||||
|
||||
visit("/")
|
||||
chat_page.open_from_header
|
||||
drawer_page.open_channel(channel)
|
||||
|
Loading…
Reference in New Issue
Block a user