Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions addons/mail/tests/discuss/test_discuss_sub_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def test_03_cannot_create_recursive_sub_channel(self):
sub_channel._create_sub_channel()

def test_04_sub_channel_panel_search(self):
self.skipTest("FIXME OO-1182")
bob_user = new_test_user(self.env, "bob_user", groups="base.group_user")
self.authenticate("bob_user", "bob_user")
channel = self.env["discuss.channel"].channel_create(name="General", group_id=None)
Expand Down
1 change: 1 addition & 0 deletions addons/mail/tests/discuss/test_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def test_01_mail_tour(self):
self.start_tour("/odoo", 'discuss_channel_tour', login="admin")

def test_02_mail_create_channel_no_mail_tour(self):
self.skipTest("FIXME OO-1182")
self.env['res.users'].create({
'email': '', # User should be able to create a channel even if no email is defined
'groups_id': [Command.set([self.ref('base.group_user')])],
Expand Down