Skip to content

Commit dd3b598

Browse files
authored
[CI] Balance xpack ci groups a bit (#77068) (#77100)
1 parent 63db25b commit dd3b598

File tree

2 files changed

+2
-2
lines changed
  • x-pack/test
    • functional/apps/maps
    • saved_object_api_integration/security_and_spaces/apis

2 files changed

+2
-2
lines changed

x-pack/test/functional/apps/maps/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function ({ loadTestFile, getService }) {
2828
});
2929

3030
describe('', function () {
31-
this.tags('ciGroup7');
31+
this.tags('ciGroup9');
3232
loadTestFile(require.resolve('./documents_source'));
3333
loadTestFile(require.resolve('./blended_vector_layer'));
3434
loadTestFile(require.resolve('./vector_styling'));

x-pack/test/saved_object_api_integration/security_and_spaces/apis/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
1212
const supertest = getService('supertest');
1313

1414
describe('saved objects security and spaces enabled', function () {
15-
this.tags('ciGroup5');
15+
this.tags('ciGroup8');
1616

1717
before(async () => {
1818
await createUsersAndRoles(es, supertest);

0 commit comments

Comments
 (0)