diff --git a/dev/tests/performance/framework/Magento/TestFramework/Application.php b/dev/tests/performance/framework/Magento/TestFramework/Application.php index 031ad7194e98a..8ce9836bbb244 100644 --- a/dev/tests/performance/framework/Magento/TestFramework/Application.php +++ b/dev/tests/performance/framework/Magento/TestFramework/Application.php @@ -118,7 +118,7 @@ public function reset() public function reindex() { $this->_shell->execute( - 'php -f ' . $this->_config->getApplicationBaseDir() . '/bin/magento indexer:reindex --all' + 'php -f ' . $this->_config->getApplicationBaseDir() . '/bin/magento indexer:reindex' ); return $this; }