Skip to content

Commit

Permalink
[CI] Balance CI Groups (elastic#112836)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored and kibanamachine committed Sep 22, 2021
1 parent 498f232 commit 9d818e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ export default ({ loadTestFile }: FtrProviderContext): void => {
loadTestFile(require.resolve('./keyword'));
loadTestFile(require.resolve('./keyword_array'));
loadTestFile(require.resolve('./long'));
});

describe('', function () {
this.tags('ciGroup13');

loadTestFile(require.resolve('./text'));
loadTestFile(require.resolve('./text_array'));
});
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/ml/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
});

describe('', function () {
this.tags('ciGroup13');
this.tags('ciGroup8');

before(async () => {
await ml.securityCommon.createMlRoles();
Expand Down

0 comments on commit 9d818e9

Please sign in to comment.