DEV: Skip a flaky system test (#22354)

This has been flagged by our internal system as well and has been
failing on CI. Skip this for now to improve the stability of our system
test runs while we figure out why it is flaky.
This commit is contained in:
Alan Guo Xiang Tan 2023-06-30 07:35:44 +08:00 committed by GitHub
parent c83914e2e5
commit e57070af92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ RSpec.describe "Navigation", type: :system do
end
context "when opening a thread from the thread list" do
it "goes back to the thread list when clicking the back button" do
xit "goes back to the thread list when clicking the back button" do
visit("/chat")
chat_page.visit_channel(category_channel)
channel_page.open_thread_list