[CI] Move apps functional tests from ciGroup1 to ciGroup28 (#130595) (#130618)

(cherry picked from commit 0541d2c9a5)

Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
This commit is contained in:
Kibana Machine 2022-04-19 17:17:50 -05:00 committed by GitHub
parent 6945cca048
commit 044a254e91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
export default function ({ loadTestFile }) {
describe('Monitoring app', function () {
this.tags('ciGroup1');
this.tags('ciGroup28');
loadTestFile(require.resolve('./feature_controls'));
loadTestFile(require.resolve('./cluster/list'));

View file

@ -7,7 +7,7 @@
export default function ({ loadTestFile }) {
describe('rollup app', function () {
this.tags('ciGroup1');
this.tags('ciGroup28');
loadTestFile(require.resolve('./rollup_jobs'));
loadTestFile(require.resolve('./hybrid_index_pattern'));

View file

@ -7,7 +7,7 @@
export default function ({ loadTestFile }) {
describe('watcher app', function () {
this.tags(['ciGroup1', 'includeFirefox']);
this.tags(['ciGroup28', 'includeFirefox']);
loadTestFile(require.resolve('./watcher_test'));
});