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()
7878 /**
7979 * Check translations for product alerts
8080 *
81- * @magentoDbIsolation enabled
81+ * @magentoDbIsolation disabled
8282 * @magentoAppArea frontend
83+ * @magentoDataFixture Magento/Catalog/_files/category.php
8384 * @magentoConfigFixture current_store catalog/productalert/allow_price 1
8485 * @magentoDataFixture Magento/Store/_files/second_store.php
8586 * @magentoConfigFixture fixture_second_store_store general/locale/code pt_BR
8687 * @magentoDataFixture Magento/ProductAlert/_files/product_alert_with_store.php
8788 */
8889 public function testProcessPortuguese ()
8990 {
90- $ this ->markTestSkipped ('MC-21646 ' );
9191 // get second store
9292 $ storeRepository = $ this ->_objectManager ->create (StoreRepository::class);
9393 $ secondStore = $ storeRepository ->get ('fixture_second_store ' );
You can’t perform that action at this time.
0 commit comments