mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CI] Move apps functional tests from ciGroup1 to ciGroup28 (#130595)
This commit is contained in:
parent
1264fc9203
commit
0541d2c9a5
3 changed files with 3 additions and 3 deletions
|
@ -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'));
|
||||
|
|
|
@ -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'));
|
||||
|
|
|
@ -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'));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue