We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a11a77 commit 6277b3cCopy full SHA for 6277b3c
addons/web/tests/test_js.py
@@ -140,8 +140,7 @@ def test_get_hoot_filter(self):
140
self._test_params = [('-', '-@web/core/autocomplete,-@web/core/autocomplete2')]
141
self.assertEqual(self.get_hoot_filters(), '&test=69a6561d&suite=69a6561d&test=cb246db5&suite=cb246db5')
142
143
-# TODO master-mysterious-egg fix error
144
-@unittest.skip("prepare mysterious-egg for merging")
+# master-mysterious-egg fix error
145
@odoo.tests.tagged('post_install', '-at_install')
146
class WebSuite(QunitCommon, HOOTCommon):
147
0 commit comments