Skip to content

Commit

Permalink
[CI] Balance xpack ci groups a bit (elastic#77068)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Sep 9, 2020
1 parent e2cb08f commit f31ce61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/maps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function ({ loadTestFile, getService }) {
});

describe('', function () {
this.tags('ciGroup7');
this.tags('ciGroup9');
loadTestFile(require.resolve('./documents_source'));
loadTestFile(require.resolve('./blended_vector_layer'));
loadTestFile(require.resolve('./vector_styling'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const supertest = getService('supertest');

describe('saved objects security and spaces enabled', function () {
this.tags('ciGroup5');
this.tags('ciGroup8');

before(async () => {
await createUsersAndRoles(es, supertest);
Expand Down

0 comments on commit f31ce61

Please sign in to comment.