File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/ProductAlert/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,16 +78,16 @@ public function testProcess()
78
78
/**
79
79
* Check translations for product alerts
80
80
*
81
- * @magentoDbIsolation enabled
81
+ * @magentoDbIsolation disabled
82
82
* @magentoAppArea frontend
83
+ * @magentoDataFixture Magento/Catalog/_files/category.php
83
84
* @magentoConfigFixture current_store catalog/productalert/allow_price 1
84
85
* @magentoDataFixture Magento/Store/_files/second_store.php
85
86
* @magentoConfigFixture fixture_second_store_store general/locale/code pt_BR
86
87
* @magentoDataFixture Magento/ProductAlert/_files/product_alert_with_store.php
87
88
*/
88
89
public function testProcessPortuguese ()
89
90
{
90
- $ this ->markTestSkipped ('MC-21646 ' );
91
91
// get second store
92
92
$ storeRepository = $ this ->_objectManager ->create (StoreRepository::class);
93
93
$ secondStore = $ storeRepository ->get ('fixture_second_store ' );
You can’t perform that action at this time.
0 commit comments