Skip to content

Commit 4c48ad1

Browse files
committed
MQE-2272: run:failed only runs last failed test when multiple tests are run with run:test
1 parent e56232d commit 4c48ad1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class BaseGenerateCommand extends Command
3737
const CODECEPT_RUN_FUNCTIONAL = self::CODECEPT_RUN . ' functional ';
3838
const CODECEPT_RUN_OPTION_NO_EXIT = ' --no-exit ';
3939
const FAILED_FILE = 'failed';
40-
const FAILED_ALL_FILE = 'failed_all';
4140

4241
/**
4342
* Enable pause()

0 commit comments

Comments
 (0)