Skip to content

Commit d73f49e

Browse files
committed
MC-17929: 2.3.2 - Product Flat Data index taking long time to reindex?
1 parent adfa33f commit d73f49e

File tree

1 file changed

+3
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/Action

1 file changed

+3
-0
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/Action/FullTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,8 @@ public function testReindexAllMultipleStores()
116116
'Wrong product name specified per store.'
117117
);
118118
}
119+
120+
$this->objectManager->removeSharedInstance(State::class);
121+
$this->objectManager->removeSharedInstance(Processor::class);
119122
}
120123
}

0 commit comments

Comments
 (0)