DEV: skip flaky channel member status test (#25922)

This commit is contained in:
David Battersby 2024-02-28 12:00:51 +08:00 committed by GitHub
parent 54a1fea74e
commit 5bf06f2634
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ RSpec.describe "Channel - Info - Members page", type: :system do
end
context "with user status" do
it "renders status next to name" do
xit "renders status next to name" do
SiteSetting.enable_user_status = true
current_user.set_status!("walking the dog", "dog")