Skip to content

Commit

Permalink
Rebalancing CI groups according to elastic#58930
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Mar 5, 2020
1 parent 7714f43 commit 4d9a3c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function alertingApiIntegrationTests({
const esArchiver = getService('esArchiver');

describe('alerting api integration security and spaces enabled', function() {
this.tags('ciGroup3');
this.tags('ciGroup5');

before(async () => {
for (const space of Spaces) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function alertingApiIntegrationTests({
const esArchiver = getService('esArchiver');

describe('alerting api integration spaces only', function() {
this.tags('ciGroup3');
this.tags('ciGroup9');

before(async () => {
for (const space of Object.values(Spaces)) {
Expand Down

0 comments on commit 4d9a3c3

Please sign in to comment.