mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 01:15:26 +08:00
DEV: skip two flakey specs (#24965)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user