mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ci/ftr] add missing break statement (#128018)
This commit is contained in:
parent
8d70bec340
commit
da5dfd9b56
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ for (const testSuite of testSuites) {
|
|||
concurrency_group: UUID,
|
||||
concurrency_method: 'eager',
|
||||
});
|
||||
break;
|
||||
|
||||
case 'cypress':
|
||||
const CYPRESS_SUITE = CI_GROUP;
|
||||
const group = groups.find((group) => group.key.includes(CYPRESS_SUITE));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue