From 5049e8bdc1b48d07df1aace092289a19207b77fa Mon Sep 17 00:00:00 2001 From: Lee Drengenberg Date: Thu, 12 Mar 2020 10:27:05 -0500 Subject: [PATCH] rebalance x-pack groups (#58930) * rebalance x-pack groups * fix typo in ciGroup10 * move from group 9 to group 5 Co-authored-by: Elastic Machine Co-authored-by: spalger --- x-pack/test/functional/apps/dashboard/index.ts | 2 +- x-pack/test/functional/apps/dev_tools/index.ts | 2 +- x-pack/test/functional/apps/discover/index.ts | 2 +- .../functional_with_es_ssl/apps/triggers_actions_ui/index.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x-pack/test/functional/apps/dashboard/index.ts b/x-pack/test/functional/apps/dashboard/index.ts index b596d7bcbb462..5f4d3fcbd8c04 100644 --- a/x-pack/test/functional/apps/dashboard/index.ts +++ b/x-pack/test/functional/apps/dashboard/index.ts @@ -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')); }); diff --git a/x-pack/test/functional/apps/dev_tools/index.ts b/x-pack/test/functional/apps/dev_tools/index.ts index 73ff5d5749cb8..0860283d40dd3 100644 --- a/x-pack/test/functional/apps/dev_tools/index.ts +++ b/x-pack/test/functional/apps/dev_tools/index.ts @@ -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')); diff --git a/x-pack/test/functional/apps/discover/index.ts b/x-pack/test/functional/apps/discover/index.ts index e9ba3aa88d75e..a5024225c4452 100644 --- a/x-pack/test/functional/apps/discover/index.ts +++ b/x-pack/test/functional/apps/discover/index.ts @@ -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')); }); diff --git a/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/index.ts b/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/index.ts index a771fbf85e0b6..97ce16495dacb 100644 --- a/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/index.ts +++ b/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/index.ts @@ -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'));