Skip to content

Commit a89e2b0

Browse files
committed
MQE-1800: Allow generate:tests to continue running even if one test fails generation
1 parent 11bb8e0 commit a89e2b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/Console/RunTestGroupCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ protected function configure()
5454
*
5555
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
5656
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
57+
* @SuppressWarnings(PHPMD.NPathComplexity)
5758
*/
5859
protected function execute(InputInterface $input, OutputInterface $output): int
5960
{

0 commit comments

Comments
 (0)