Skip to content

Commit

Permalink
Attempt to balance ci groups a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Aug 31, 2021
1 parent 23a1788 commit 226a946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { createSpaces, deleteSpaces } from '../../../common/lib/authentication';
export default ({ loadTestFile, getService }: FtrProviderContext): void => {
describe('cases spaces only enabled: trial', function () {
// Fastest ciGroup for the moment.
this.tags('ciGroup5');
this.tags('ciGroup10');

before(async () => {
await createSpaces(getService);
Expand Down
6 changes: 5 additions & 1 deletion x-pack/test/functional/apps/lens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
await esArchiver.unload('x-pack/test/functional/es_archives/lens/basic');
});

describe('', function () {
this.tags(['ciGroup13', 'skipFirefox']);
loadTestFile(require.resolve('./smokescreen'));
});

describe('', function () {
this.tags(['ciGroup4', 'skipFirefox']);

loadTestFile(require.resolve('./smokescreen'));
loadTestFile(require.resolve('./add_to_dashboard'));
loadTestFile(require.resolve('./table'));
loadTestFile(require.resolve('./runtime_fields'));
Expand Down

0 comments on commit 226a946

Please sign in to comment.