8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e9841 commit 4443c63Copy full SHA for 4443c63
addons/test_website/tests/test_systray.py
@@ -6,8 +6,6 @@
6
7
from odoo.addons.base.tests.common import HttpCase
8
9
-import unittest
10
-
11
@tagged('post_install', '-at_install')
12
class TestSystray(HttpCase):
13
@@ -42,7 +40,7 @@ def test_01_admin(self):
42
40
43
41
# TODO master-mysterious-egg fix error
44
# need to convert auto_hide_menu.js
45
- @unittest.skip("prepare mysterious-egg for merging")
+
46
@mute_logger('odoo.addons.http_routing.models.ir_http', 'odoo.http')
47
def test_02_reditor_tester(self):
48
self.user_test.group_ids |= self.group_restricted_editor
0 commit comments