DEV: skip test for channel members user status ()

This commit is contained in:
David Battersby 2024-02-27 13:27:52 +08:00 committed by GitHub
parent a423afbbb9
commit 6a2289f29a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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")