[ci/ftr] add missing break statement (#128018)

This commit is contained in:
Spencer 2022-03-17 16:28:44 -07:00 committed by GitHub
parent 8d70bec340
commit da5dfd9b56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));