mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 0541d2c9a5
)
Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
This commit is contained in:
parent
6945cca048
commit
044a254e91
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