File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
src/Magento/FunctionalTestingFramework/Module Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -517,11 +517,13 @@ public function scrollToTopOfPage()
517
517
*/
518
518
public function magentoCLI ($ command , $ arguments = null )
519
519
{
520
- try {
521
- return $ this ->shellExecMagentoCLI ($ command , $ arguments );
522
- } catch (\Exception $ exception ) {
523
- return $ this ->curlExecMagentoCLI ($ command , $ arguments );
524
- }
520
+ return $ this ->curlExecMagentoCLI ($ command , $ arguments );
521
+ //TODO: calling bin/magento from pipeline is timing out, needs investigation (ref: MQE-1774)
522
+ // try {
523
+ // return $this->shellExecMagentoCLI($command, $arguments);
524
+ // } catch (\Exception $exception) {
525
+ // return $this->curlExecMagentoCLI($command, $arguments);
526
+ // }
525
527
}
526
528
527
529
/**
You can’t perform that action at this time.
0 commit comments