File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Import Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2014 Adobe
4+ * All Rights Reserved .
55 */
66
77/**
@@ -478,7 +478,8 @@ public function testDifferentOptions(): void
478478 /**
479479 * Test customer indexer gets invalidated after import when Update on Schedule mode is set
480480 *
481- * @magentoDbIsolation enabled
481+ * @magentoAppIsolation enabled
482+ * @magentoDbIsolation disabled
482483 */
483484 public function testCustomerIndexer (): void
484485 {
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2014 Adobe
4+ * All Rights Reserved .
55 */
66
77namespace Magento \CustomerImportExport \Model \Import ;
@@ -495,7 +495,8 @@ public function testUpdateExistingCustomers(): void
495495 /**
496496 * Test customer indexer gets invalidated after import when Update on Schedule mode is set
497497 *
498- * @magentoDbIsolation enabled
498+ * @magentoAppIsolation enabled
499+ * @magentoDbIsolation disabled
499500 * @return void
500501 */
501502 public function testCustomerIndexer (): void
You can’t perform that action at this time.
0 commit comments