Skip to content

Commit

Permalink
Revert "[will be reverted] remove all tests from CI group 8"
Browse files Browse the repository at this point in the history
This reverts commit ede007ec
  • Loading branch information
pgayvallet committed Apr 20, 2021
1 parent ede007e commit 8c3890c
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 @@ -13,7 +13,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const supertest = getService('supertest');

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

before(async () => {
await createUsersAndRoles(es, supertest);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function ({ loadTestFile, getService }: FtrProviderContext) {
const supertest = getService('supertest');

describe('spaces api with security', function () {
this.tags('ciGroup6');
this.tags('ciGroup8');

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

0 comments on commit 8c3890c

Please sign in to comment.