Skip to content

Commit

Permalink
rebalance x-pack groups (elastic#58930)
Browse files Browse the repository at this point in the history
* rebalance x-pack groups

* fix typo in ciGroup10

* move from group 9 to group 5

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
  • Loading branch information
3 people authored and jkelastic committed Mar 12, 2020
1 parent 5adda6b commit c35af20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/dashboard/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function({ loadTestFile }: FtrProviderContext) {
describe('dashboard', function() {
this.tags('ciGroup3');
this.tags('ciGroup7');

loadTestFile(require.resolve('./feature_controls'));
});
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/dev_tools/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function({ loadTestFile }: FtrProviderContext) {
describe('console', function() {
this.tags('ciGroup3');
this.tags('ciGroup10');

loadTestFile(require.resolve('./feature_controls'));
loadTestFile(require.resolve('./searchprofiler_editor'));
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/discover/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function({ loadTestFile }: FtrProviderContext) {
describe('discover', function() {
this.tags('ciGroup3');
this.tags('ciGroup8');

loadTestFile(require.resolve('./feature_controls'));
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default ({ loadTestFile, getService }: FtrProviderContext) => {
describe('Actions and Triggers app', function() {
this.tags('ciGroup3');
this.tags('ciGroup10');
loadTestFile(require.resolve('./home_page'));
loadTestFile(require.resolve('./connectors'));
loadTestFile(require.resolve('./alerts'));
Expand Down

0 comments on commit c35af20

Please sign in to comment.