diff --git a/addons/website_sale/tests/test_website_sale_product_configurator.py b/addons/website_sale/tests/test_website_sale_product_configurator.py index 451263be3c079..4d09a3dbdc89d 100644 --- a/addons/website_sale/tests/test_website_sale_product_configurator.py +++ b/addons/website_sale/tests/test_website_sale_product_configurator.py @@ -422,8 +422,6 @@ def test_product_configurator_zero_priced(self): }) self.start_tour('/', 'website_sale_product_configurator_zero_priced') - # TODO master-mysterious-egg fix error - @unittest.skip("prepare mysterious-egg for merging") def test_product_configurator_strikethrough_price(self): """ Test that the product configurator displays the strikethrough price correctly. """ self.env['res.config.settings'].create({'group_product_price_comparison': True}).execute()