We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e102b9 commit 64e6026Copy full SHA for 64e6026
addons/website_sale_wishlist/tests/test_wishlist_process.py
@@ -2,13 +2,10 @@
2
3
from odoo.fields import Command
4
from odoo.tests import HttpCase, tagged
5
-import unittest
6
7
@tagged('-at_install', 'post_install')
8
class TestWishlistProcess(HttpCase):
9
10
- # TODO master-mysterious-egg fix error
11
- @unittest.skip("prepare mysterious-egg for merging")
12
def test_01_wishlist_tour(self):
13
self.env['product.template'].search([]).write({'website_published': False})
14
# Setup attributes and attributes values
0 commit comments