DEV: skip test for channel members user status (#25903)

This commit is contained in:
David Battersby
2024-02-27 13:27:52 +08:00
committed by GitHub
parent a423afbbb9
commit 6a2289f29a

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