DEV: skip flakey chatables controller spec (#21093)

This commit is contained in:
Joffrey JAFFEUX 2023-04-14 00:06:57 +02:00 committed by GitHub
parent bc4a9c50f2
commit e190c00bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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