We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c661f commit 6993fceCopy full SHA for 6993fce
dev/tests/integration/testsuite/Magento/ProductAlert/Model/ObserverTest.php
@@ -87,6 +87,7 @@ public function testProcess()
87
*/
88
public function testProcessPortuguese()
89
{
90
+ $this->markTestSkipped('MC-21646');
91
// get second store
92
$storeRepository = $this->_objectManager->create(StoreRepository::class);
93
$secondStore = $storeRepository->get('fixture_second_store');
0 commit comments