Skip to content

Commit

Permalink
add management to xpack functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Jul 13, 2020
1 parent 0d3c5f5 commit a05337e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function ({ getService, getPageObjects }) {
const kibanaServer = getService('kibanaServer');
const es = getService('legacyEs');
const PageObjects = getPageObjects(['settings', 'common']);

describe('"Create Index Pattern" wizard', function () {
before(async function () {
// delete .kibana index and then wait for Kibana to re-create it
Expand Down
1 change: 1 addition & 0 deletions x-pack/test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export default async function ({ readConfigFile }) {
resolve(__dirname, './apps/remote_clusters'),
resolve(__dirname, './apps/transform'),
resolve(__dirname, './apps/reporting_management'),
resolve(__dirname, './apps/management'),

// This license_management file must be last because it is destructive.
resolve(__dirname, './apps/license_management'),
Expand Down

0 comments on commit a05337e

Please sign in to comment.