Skip to content

Commit 6993fce

Browse files
committed
MC-18826: Increase test coverage for Cart & Checkout and Order Processing functional areas
- Skip integration test
1 parent 98c661f commit 6993fce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public function testProcess()
8787
*/
8888
public function testProcessPortuguese()
8989
{
90+
$this->markTestSkipped('MC-21646');
9091
// get second store
9192
$storeRepository = $this->_objectManager->create(StoreRepository::class);
9293
$secondStore = $storeRepository->get('fixture_second_store');

0 commit comments

Comments
 (0)