Skip to content

Commit

Permalink
[will be reverted] remove all tests from CI group 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Apr 20, 2021
1 parent 2fac77e commit ede007e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions test/functional/apps/management/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
describe('', function () {
this.tags('ciGroup8');

loadTestFile(require.resolve('./_index_pattern_filter'));
loadTestFile(require.resolve('./_scripted_fields_filter'));
// loadTestFile(require.resolve('./_index_pattern_filter'));
// loadTestFile(require.resolve('./_scripted_fields_filter'));
loadTestFile(require.resolve('./_import_objects'));
loadTestFile(require.resolve('./_test_huge_fields'));
loadTestFile(require.resolve('./_handle_alias'));
loadTestFile(require.resolve('./_handle_version_conflict'));
// loadTestFile(require.resolve('./_test_huge_fields'));
// loadTestFile(require.resolve('./_handle_alias'));
// loadTestFile(require.resolve('./_handle_version_conflict'));
});
});
}
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('ciGroup8');
this.tags('ciGroup6');

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('ciGroup8');
this.tags('ciGroup6');

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

0 comments on commit ede007e

Please sign in to comment.