Skip to content

Commit 820983e

Browse files
committed
AC-13810: Customer Grid indexer does not work properly in Update by Schedule mode
1 parent dc9aba3 commit 820983e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Import/AddressTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,7 @@ public function testDifferentOptions(): void
478478
/**
479479
* Test customer indexer gets invalidated after import when Update on Schedule mode is set
480480
*
481-
* @magentoAppIsolation enabled
482-
* @magentoDbIsolation disabled
481+
* @magentoDbIsolation enabled
483482
*/
484483
public function testCustomerIndexer(): void
485484
{

dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Import/CustomerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,7 @@ public function testUpdateExistingCustomers(): void
495495
/**
496496
* Test customer indexer gets invalidated after import when Update on Schedule mode is set
497497
*
498-
* @magentoAppIsolation enabled
499-
* @magentoDbIsolation disabled
498+
* @magentoDbIsolation enabled
500499
* @return void
501500
*/
502501
public function testCustomerIndexer(): void

0 commit comments

Comments
 (0)