mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
DEV: skip flakey chatables controller spec (#21093)
This commit is contained in:
parent
bc4a9c50f2
commit
e190c00bc4
|
@ -143,7 +143,7 @@ RSpec.describe Chat::Api::ChatablesController do
|
|||
expect(response.parsed_body["direct_message_channels"].count).to eq(0)
|
||||
end
|
||||
|
||||
it "does not return DM channels for users who are not in the chat allowed group" do
|
||||
xit "does not return DM channels for users who are not in the chat allowed group" do
|
||||
group = Fabricate(:group, name: "chatpeeps")
|
||||
SiteSetting.chat_allowed_groups = group.id
|
||||
GroupUser.create(user: user, group: group)
|
||||
|
|
Loading…
Reference in New Issue
Block a user