Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebalance x-pack groups #58930

Merged
merged 12 commits into from
Mar 12, 2020
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