Skip to content

Commit 3f28521

Browse files
committed
MQE-2269: Test manifest run stops at first failure encountered when ENABLE_PAUSE = true
1 parent 4d02655 commit 3f28521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/Console/RunTestGroupCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ protected function configure()
5252
* @throws \Exception
5353
*
5454
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
55+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
5556
*/
5657
protected function execute(InputInterface $input, OutputInterface $output): int
5758
{

0 commit comments

Comments
 (0)