Skip to content

Commit c26791c

Browse files
author
Joan He
committed
MC-19451: Adapt functional tests to Elasticsearch
1 parent 4b0dbf6 commit c26791c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/ProductAlert/Model/ObserverTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)