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

This commit is contained in:
Brian Seeders 2022-04-19 16:43:51 -04:00 committed by GitHub
parent 1264fc9203
commit 0541d2c9a5
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'));
});