Skip to content

Commit e87f553

Browse files
committed
MAGETWO-50673: Static asset deployment is crazy slow with multiple locales
- MAGETWO-54819: Make deploy configurable
1 parent ba974c4 commit e87f553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/View/Asset/MinifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function testDeploymentWithMinifierEnabled()
237237
/** @var \Magento\Deploy\Model\Deployer $deployer */
238238
$deployer = $this->objectManager->create(
239239
\Magento\Deploy\Model\Deployer::class,
240-
['filesUtil' => $filesUtil, 'output' => $output, 'isDryRun' => false]
240+
['filesUtil' => $filesUtil, 'output' => $output]
241241
);
242242

243243
$deployer->deploy($omFactory, ['en_US'], ['frontend' => ['FrameworkViewMinifier/default']]);

0 commit comments

Comments
 (0)