Skip to content

Commit 6277b3c

Browse files
committed
[FIX] web: unskip test for mysterious egg
1 parent 7a11a77 commit 6277b3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

addons/web/tests/test_js.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ def test_get_hoot_filter(self):
140140
self._test_params = [('-', '-@web/core/autocomplete,-@web/core/autocomplete2')]
141141
self.assertEqual(self.get_hoot_filters(), '&test=69a6561d&suite=69a6561d&test=cb246db5&suite=cb246db5')
142142

143-
# TODO master-mysterious-egg fix error
144-
@unittest.skip("prepare mysterious-egg for merging")
143+
# master-mysterious-egg fix error
145144
@odoo.tests.tagged('post_install', '-at_install')
146145
class WebSuite(QunitCommon, HOOTCommon):
147146

0 commit comments

Comments
 (0)